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

Method getFolder

app/src/main/java/javax/mail/Store.java:84–85  ·  view source on GitHub ↗

Return the Folder object corresponding to the given name. Note that a Folder object is returned even if the named folder does not physically exist on the Store. The exists() method on the folder object indicates whether this folder really exists. Folder objects are not cached by th

(String name)

Source from the content-addressed store, hash-verified

82 * @see Folder#create
83 */
84 public abstract Folder getFolder(String name)
85 throws MessagingException;
86
87 /**
88 * Return a closed Folder object, corresponding to the given

Callers 2

onExecuteMethod · 0.95
getFolderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected