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

Method forceClose

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

Close this folder without waiting for the server. @exception MessagingException for failures

()

Source from the content-addressed store, hash-verified

1485 * @exception MessagingException for failures
1486 */
1487 public synchronized void forceClose() throws MessagingException {
1488 close(false, true);
1489 }
1490
1491 /*
1492 * Common close method.

Callers 1

closeAllFoldersMethod · 0.95

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected