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

Method setSubscribed

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

Subscribe or unsubscribe this Folder. Not all Stores support subscription. This method can be invoked on a closed Folder. The implementation provided here just throws the MethodNotSupportedException. @param subscribe true to subscribe, false to unsubscribe @exception FolderNotFoundExcept

(boolean subscribe)

Source from the content-addressed store, hash-verified

427 * @exception MessagingException for other failures
428 */
429 public void setSubscribed(boolean subscribe)
430 throws MessagingException {
431 throw new MethodNotSupportedException();
432 }
433
434 /**
435 * Returns true if this Folder has new messages since the last time

Callers 3

onSynchronizeFoldersMethod · 0.95
onMoveMethod · 0.45
onSubscribeFolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected