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

Method open

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

Open this Folder. This method is valid only on Folders that can contain Messages and that are closed. If this folder is opened successfully, an OPENED ConnectionEvent is delivered to any ConnectionListeners registered on this Folder. The effect of opening multiple connections to the same f

(int mode)

Source from the content-addressed store, hash-verified

606 * @see javax.mail.event.ConnectionEvent
607 */
608 public abstract void open(int mode) throws MessagingException;
609
610 /**
611 * Close this Folder. This method is valid only on open Folders. <p>

Callers 15

monitorAccountMethod · 0.95
runMethod · 0.95
onSendMethod · 0.95
onLabelMethod · 0.95
onSynchronizeFoldersMethod · 0.95
onExecuteMethod · 0.95
getMethod · 0.45
ensureSuffixListMethod · 0.45
getBraveDebounceMethod · 0.45
getWordMethod · 0.45
onDeleteMethod · 0.45
readCACertificatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected