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

Method listSubscribed

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

Returns a list of subscribed Folders belonging to this Folder's namespace that match the specified pattern. If the folder does not support subscription, this method should resolve to list . (The default implementation provided here, does just this). The pattern can contain wildcards as f

(String pattern)

Source from the content-addressed store, hash-verified

306 * @exception MessagingException for other failures
307 */
308 public Folder[] listSubscribed(String pattern) throws MessagingException {
309 return list(pattern);
310 }
311
312 /**
313 * Convenience method that returns the list of folders under this

Callers 1

onSynchronizeFoldersMethod · 0.95

Calls 1

listMethod · 0.95

Tested by

no test coverage detected