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

Method list

app/src/main/java/com/sun/mail/imap/IMAPFolder.java:623–626  ·  view source on GitHub ↗

List all subfolders matching the specified pattern.

(String pattern)

Source from the content-addressed store, hash-verified

621 * List all subfolders matching the specified pattern.
622 */
623 @Override
624 public Folder[] list(String pattern) throws MessagingException {
625 return doList(pattern, false);
626 }
627
628 /**
629 * List all subscribed subfolders matching the specified pattern.

Callers 2

deleteMethod · 0.95
doCommandMethod · 0.45

Calls 1

doListMethod · 0.95

Tested by

no test coverage detected