Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ getSession
Method
getSession
app/src/main/java/com/sun/mail/pop3/POP3Store.java:165–167 ·
view source on GitHub ↗
Get a reference to the session.
()
Source
from the content-addressed store, hash-verified
163
* Get a reference to the session.
164
*/
165
synchronized Session getSession() {
166
return
session;
167
}
168
169
@Override
170
protected
synchronized boolean protocolConnect(String host,
int
portNum,
Callers
1
POP3Folder
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected