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

Method checkConnected

app/src/main/java/com/sun/mail/imap/IMAPStore.java:2119–2123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2117 }
2118
2119 private void checkConnected() {
2120 assert Thread.holdsLock(this);
2121 if (!super.isConnected())
2122 throw new IllegalStateException("Not connected");
2123 }
2124
2125 /**
2126 * Response handler method.

Callers 7

getDefaultFolderMethod · 0.95
getFolderMethod · 0.95
getNamespacesMethod · 0.95
getQuotaMethod · 0.95
setQuotaMethod · 0.95
idleMethod · 0.95
idMethod · 0.95

Calls 1

isConnectedMethod · 0.45

Tested by

no test coverage detected