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

Method checkConnected

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

Source from the content-addressed store, hash-verified

552 }
553
554 private void checkConnected() throws MessagingException {
555 if (!super.isConnected())
556 throw new MessagingException("Not connected");
557 }
558}

Callers 2

getDefaultFolderMethod · 0.95
getFolderMethod · 0.95

Calls 1

isConnectedMethod · 0.45

Tested by

no test coverage detected