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

Method IMAPStore

app/src/main/java/com/sun/mail/imap/IMAPStore.java:411–413  ·  view source on GitHub ↗

Constructor that takes a Session object and a URLName that represents a specific IMAP server. @param session the Session @param url the URLName of this store

(Session session, URLName url)

Source from the content-addressed store, hash-verified

409 * @param url the URLName of this store
410 */
411 public IMAPStore(Session session, URLName url) {
412 this(session, url, "imap", false);
413 }
414
415 /**
416 * Constructor used by this class and by IMAPSSLStore subclass.

Callers

nothing calls this directly

Calls 15

getBooleanPropertyMethod · 0.95
getIntPropertyMethod · 0.95
getPropertiesMethod · 0.80
getDebugMethod · 0.80
getDebugOutMethod · 0.80
configMethod · 0.80
hasMoreTokensMethod · 0.80
toArrayMethod · 0.80
sizeMethod · 0.65
getProtocolMethod · 0.45
isLoggableMethod · 0.45
getPropertyMethod · 0.45

Tested by

no test coverage detected