mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Support for IMAP answered flag
This commit is contained in:
@@ -356,6 +356,10 @@ public class MessageHelper {
|
||||
return imessage.isSet(Flags.Flag.SEEN);
|
||||
}
|
||||
|
||||
boolean getAnsered() throws MessagingException {
|
||||
return imessage.isSet(Flags.Flag.ANSWERED);
|
||||
}
|
||||
|
||||
boolean getFlagged() throws MessagingException {
|
||||
return imessage.isSet(Flags.Flag.FLAGGED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user