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

Method getFullName

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

Returns the full name of this Folder. If the folder resides under the root hierarchy of this Store, the returned name is relative to the root. Otherwise an absolute name, starting with the hierarchy delimiter, is returned. This method can be invoked on a closed Folder. @return full name of th

()

Source from the content-addressed store, hash-verified

156 * @return full name of the Folder
157 */
158 public abstract String getFullName();
159
160 /**
161 * Return a URLName representing this folder. The returned URLName

Callers 14

onSynchronizeFoldersMethod · 0.95
getURLNameMethod · 0.95
toStringMethod · 0.95
folderCreatedMethod · 0.45
folderRenamedMethod · 0.45
folderDeletedMethod · 0.45
folderChangedMethod · 0.45
getFoldersMethod · 0.45
copyMessagesMethod · 0.45
findUidMethod · 0.45
doCommandMethod · 0.45
onExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected