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

Method getFlags

app/src/main/java/javax/mail/Message.java:505–505  ·  view source on GitHub ↗

Returns a Flags object containing the flags for this message. Modifying any of the flags in this returned Flags object will not affect the flags of this message. Use setFlags() to do that. @return Flags object containing the flags for this message @see javax.ma

()

Source from the content-addressed store, hash-verified

503 * @exception MessagingException for failures
504 */
505 public abstract Flags getFlags() throws MessagingException;
506
507 /**
508 * Check whether the flag specified in the <code>flag</code>

Callers 4

onMoveMethod · 0.95
appendMessagesMethod · 0.95
appendUIDMessagesMethod · 0.95
isSetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected