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

Method close

app/src/main/java/com/sun/mail/pop3/POP3Store.java:465–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463 }
464
465 @Override
466 public synchronized void close() throws MessagingException {
467 close(false);
468 }
469
470 synchronized void close(boolean force) throws MessagingException {
471 try {

Callers 2

finalizeMethod · 0.95
isConnectedMethod · 0.45

Calls 1

quitMethod · 0.45

Tested by

no test coverage detected