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

Method isSSL

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

Does this IMAPStore use SSL when connecting to the server? @return true if using SSL @since JavaMail 1.4.6

()

Source from the content-addressed store, hash-verified

985 * @since JavaMail 1.4.6
986 */
987 public synchronized boolean isSSL() {
988 return usingSSL;
989 }
990
991 /**
992 * Set the user name that will be used for subsequent connections

Callers 2

protocolConnectMethod · 0.45
loginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected