MCPcopy Create free account
hub / github.com/M66B/FairEmail / getFlags

Method getFlags

app/src/main/java/com/sun/mail/imap/IMAPMessage.java:1091–1096  ·  view source on GitHub ↗

Get the Flags for this message.

()

Source from the content-addressed store, hash-verified

1089 * Get the Flags for this message.
1090 */
1091 @Override
1092 public synchronized Flags getFlags() throws MessagingException {
1093 checkExpunged();
1094 loadFlags();
1095 return super.getFlags();
1096 }
1097
1098 /**
1099 * Test if the given Flags are set in this message.

Callers 2

onRawMethod · 0.95
flagMethod · 0.45

Calls 2

checkExpungedMethod · 0.95
loadFlagsMethod · 0.95

Tested by

no test coverage detected