Package | Description |
---|---|
com.sun.mail.smtp |
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
|
Modifier and Type | Class and Description |
---|---|
private class |
SMTPTransport.DigestMD5Authenticator
Perform the authentication handshake for DIGEST-MD5 authentication.
|
private class |
SMTPTransport.LoginAuthenticator
Perform the authentication handshake for LOGIN authentication.
|
private class |
SMTPTransport.NtlmAuthenticator
Perform the authentication handshake for NTLM authentication.
|
private class |
SMTPTransport.OAuth2Authenticator
Perform the authentication handshake for XOAUTH2 authentication.
|
private class |
SMTPTransport.PlainAuthenticator
Perform the authentication handshake for PLAIN authentication.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SMTPTransport.Authenticator> |
SMTPTransport.authenticators |