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

Method isSet

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

Test if the given Flags are set in this message.

(Flags.Flag flag)

Source from the content-addressed store, hash-verified

1099 * Test if the given Flags are set in this message.
1100 */
1101 @Override
1102 public synchronized boolean isSet(Flags.Flag flag)
1103 throws MessagingException {
1104 checkExpunged();
1105 loadFlags();
1106 return super.isSet(flag);
1107 }
1108
1109 /**
1110 * Set/Unset the given flags in this message.

Callers 2

checkSeenMethod · 0.45
closeMethod · 0.45

Calls 2

checkExpungedMethod · 0.95
loadFlagsMethod · 0.95

Tested by

no test coverage detected