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

Method isExpunged

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

Checks whether this message is expunged. All other methods except getMessageNumber() are invalid on an expunged Message object. Messages that are expunged due to an explict expunge() request on the containing Folder are removed from the Folder immediately. Messages tha

()

Source from the content-addressed store, hash-verified

629 * @see Folder#expunge
630 */
631 public boolean isExpunged() {
632 return expunged;
633 }
634
635 /**
636 * Sets the expunged flag for this Message. This method is to

Callers 3

onMoveMethod · 0.95
synchronizeMessageMethod · 0.45
getMessageCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected