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

Method POP3Store

app/src/main/java/com/sun/mail/pop3/POP3Store.java:78–80  ·  view source on GitHub ↗
(Session session, URLName url)

Source from the content-addressed store, hash-verified

76 volatile boolean finalizeCleanClose = false;
77
78 public POP3Store(Session session, URLName url) {
79 this(session, url, "pop3", false);
80 }
81
82 public POP3Store(Session session, URLName url,
83 String name, boolean isSSL) {

Callers

nothing calls this directly

Calls 10

getBooleanPropertyMethod · 0.95
getBoolPropMethod · 0.95
getDebugMethod · 0.80
getDebugOutMethod · 0.80
getPropertiesMethod · 0.80
configMethod · 0.80
getProtocolMethod · 0.45
getPropertyMethod · 0.45
isLoggableMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected