Package | Description |
---|---|
com.sun.mail.smtp |
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
|
Class and Description |
---|
DigestMD5
DIGEST-MD5 authentication support.
|
SaslAuthenticator
Interface to make it easier to call SMTPSaslAuthenticator.
|
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.
|
SMTPTransport
This class implements the Transport abstract class using SMTP for
message submission and transport.
|
SMTPTransport.Authenticator
Abstract base class for SMTP authentication mechanism implementations.
|