Interface | Description |
---|---|
SaslAuthenticator |
Interface to make it easier to call SMTPSaslAuthenticator.
|
Class | Description |
---|---|
DigestMD5 |
DIGEST-MD5 authentication support.
|
SMTPAddressFailedException |
This exception is thrown when the message cannot be sent.
|
SMTPAddressSucceededException |
This exception is chained off a SendFailedException when the
mail.smtp.reportsuccess property is true. |
SMTPMessage |
This class is a specialization of the MimeMessage class that allows
you to specify various SMTP options and parameters that will be
used when this message is sent over SMTP.
|
SMTPOutputStream |
In addition to converting lines into the canonical format,
i.e., terminating lines with the CRLF sequence, escapes the "."
by adding another "." to any "." that appears in the beginning
of a line.
|
SMTPProvider |
The SMTP protocol provider.
|
SMTPSaslAuthenticator |
This class contains a single method that does authentication using
SASL.
|
SMTPSenderFailedException |
This exception is thrown when the message cannot be sent.
|
SMTPSendFailedException |
This exception is thrown when the message cannot be sent.
|
SMTPSSLProvider |
The SMTP SSL protocol provider.
|
SMTPSSLTransport |
This class implements the Transport abstract class using SMTP
over SSL for message submission and transport.
|
SMTPTransport |
This class implements the Transport abstract class using SMTP for
message submission and transport.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"