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

Method close

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

Close this folder.

(boolean expunge)

Source from the content-addressed store, hash-verified

1475 * Close this folder.
1476 */
1477 @Override
1478 public synchronized void close(boolean expunge) throws MessagingException {
1479 close(expunge, false);
1480 }
1481
1482 /**
1483 * Close this folder without waiting for the server.

Callers 5

onMoveMethod · 0.95
onDeleteMethod · 0.95
closeAllFoldersMethod · 0.95
forceCloseMethod · 0.95
cleanupAndThrowMethod · 0.45

Calls 11

waitIfIdleMethod · 0.95
cleanupMethod · 0.95
isConnectionPoolFullMethod · 0.80
fineMethod · 0.80
logoutMethod · 0.80
unselectMethod · 0.80
examineMethod · 0.80
getMessageMethod · 0.65
logMethod · 0.45
disconnectMethod · 0.45
hasCapabilityMethod · 0.45

Tested by

no test coverage detected