mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 01:53:25 +02:00
Added support for deleted flag
This commit is contained in:
@@ -869,6 +869,10 @@ public class MessageHelper {
|
||||
return imessage.isSet(Flags.Flag.FLAGGED);
|
||||
}
|
||||
|
||||
boolean getDeleted() throws MessagingException {
|
||||
return imessage.isSet(Flags.Flag.DELETED);
|
||||
}
|
||||
|
||||
String getFlags() throws MessagingException {
|
||||
if (!BuildConfig.DEBUG)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user