Core keyword support

This commit is contained in:
M66B
2018-11-25 13:34:08 +01:00
parent 147bf957d8
commit a9d93929af
9 changed files with 1212 additions and 14 deletions

View File

@@ -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);
}