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

Method isSubscribed

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

Returns true if this Folder is subscribed. This method can be invoked on a closed Folder. The default implementation provided here just returns true. @return true if this Folder is subscribed

()

Source from the content-addressed store, hash-verified

407 * @return true if this Folder is subscribed
408 */
409 public boolean isSubscribed() {
410 return true;
411 }
412
413 /**
414 * Subscribe or unsubscribe this Folder. Not all Stores support

Callers 1

onSynchronizeFoldersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected