mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 21:45:55 +01:00
Core keyword support
This commit is contained in:
@@ -364,6 +364,10 @@ public class MessageHelper {
|
||||
return imessage.isSet(Flags.Flag.FLAGGED);
|
||||
}
|
||||
|
||||
String[] getKeywords() throws MessagingException {
|
||||
return imessage.getFlags().getUserFlags();
|
||||
}
|
||||
|
||||
String getMessageID() throws MessagingException {
|
||||
return imessage.getHeader("Message-ID", null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user