Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getDefaultFolder
Method · 0.95
getFolder
Method · 0.95
Calls
1
isConnected
Method · 0.45
Tested by
no test coverage detected