Store recent flag

This commit is contained in:
M66B
2022-05-28 11:25:08 +02:00
parent ef25812bfe
commit e40f618210
7 changed files with 2799 additions and 2 deletions

View File

@@ -1191,6 +1191,10 @@ public class MessageHelper {
}
}
boolean getRecent() throws MessagingException {
return imessage.isSet(Flags.Flag.RECENT);
}
boolean getSeen() throws MessagingException {
return imessage.isSet(Flags.Flag.SEEN);
}