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

Method list

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

Returns a list of Folders belonging to this Folder's namespace that match the specified pattern. Patterns may contain the wildcard characters "%" , which matches any character except hierarchy delimiters, and " " , which matches any character. As an example, given the fo

(String pattern)

Source from the content-addressed store, hash-verified

273 * @exception MessagingException for other failures
274 */
275 public abstract Folder[] list(String pattern) throws MessagingException;
276
277 /**
278 * Returns a list of subscribed Folders belonging to this Folder's

Callers 11

onSynchronizeFoldersMethod · 0.95
listSubscribedMethod · 0.95
getMethod · 0.45
getFoldersMethod · 0.45
matchesMethod · 0.45
getExpressionMethod · 0.45
readCACertificatesMethod · 0.45
getLocalizedAssetMethod · 0.45
fromMethod · 0.45
getAllHeadersMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected