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

Method close

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

Close this Folder. This method is valid only on open Folders. A CLOSED ConnectionEvent is delivered to any ConnectionListeners registered on this Folder. Note that the folder is closed even if this method terminates abnormally by throwing a MessagingException. @param expunge expunges all delet

(boolean expunge)

Source from the content-addressed store, hash-verified

621 * @see javax.mail.event.ConnectionEvent
622 */
623 public abstract void close(boolean expunge) throws MessagingException;
624
625 /**
626 * Close this Folder and expunge deleted messages. <p>

Callers 15

runMethod · 0.95
onSendMethod · 0.95
onLabelMethod · 0.95
onSynchronizeFoldersMethod · 0.95
onExecuteMethod · 0.95
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
cancelMethod · 0.45
closeLoudlyMethod · 0.45
uploadMethod · 0.45
prism.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected