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

Method preLogin

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

This method is called after the connection is made and TLS is started (if needed), but before any authentication is attempted. Subclasses can override this method to issue commands that are needed in the "not authenticated" state. Note that if the connection is pre-authenticated, this method won't

(IMAPProtocol p)

Source from the content-addressed store, hash-verified

976 * @since JavaMail 1.4.4
977 */
978 protected void preLogin(IMAPProtocol p) throws ProtocolException {
979 }
980
981 /**
982 * Does this IMAPStore use SSL when connecting to the server?

Callers 1

loginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected