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

Method exists

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

Tests if this folder physically exists on the Store. This method can be invoked on a closed Folder. @return true if the folder exists, otherwise false @see #create @exception MessagingException typically if the connection to the server is lost.

()

Source from the content-addressed store, hash-verified

235 * to the server is lost.
236 */
237 public abstract boolean exists() throws MessagingException;
238
239 /**
240 * Returns a list of Folders belonging to this Folder's namespace

Callers 8

onMoveMethod · 0.95
onSynchronizeFoldersMethod · 0.95
verifyDatabaseFileMethod · 0.45
copyDatabaseFileMethod · 0.45
runMethod · 0.45
runMethod · 0.45
copyMessagesMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected