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 |
---|---|
class |
SMTPSSLTransport
This class implements the Transport abstract class using SMTP
over SSL for message submission and transport.
|
Modifier and Type | Field and Description |
---|---|
private SMTPTransport |
SMTPSaslAuthenticator.pr |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
SMTPSaslAuthenticator.responseText(SMTPTransport pr) |
Constructor and Description |
---|
SMTPSaslAuthenticator(SMTPTransport pr,
java.lang.String name,
java.util.Properties props,
MailLogger logger,
java.lang.String host) |