Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ closePort
Method
closePort
app/src/main/java/com/sun/mail/pop3/POP3Store.java:458–463 ·
view source on GitHub ↗
(POP3Folder owner)
Source
from the content-addressed store, hash-verified
456
}
457
458
synchronized
void
closePort(POP3Folder owner) {
459
if
(portOwner == owner) {
460
port = null;
461
portOwner = null;
462
}
463
}
464
465
@Override
466
public
synchronized
void
close() throws MessagingException {
Callers
2
open
Method · 0.80
close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected