Package | Description |
---|---|
com.sun.mail.auth | |
com.sun.mail.dsn |
Support for creating and parsing Delivery Status Notifications.
|
com.sun.mail.gimap.protocol | |
com.sun.mail.iap | |
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol | |
com.sun.mail.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
com.sun.mail.smtp |
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
|
com.sun.mail.util |
Utility classes for use with the JavaMail API.
|
javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
javax.mail.internet |
Classes specific to Internet mail systems.
|
Modifier and Type | Field and Description |
---|---|
private MailLogger |
Ntlm.logger |
Constructor and Description |
---|
Ntlm(java.lang.String ntdomain,
java.lang.String hostname,
java.lang.String username,
java.lang.String password,
MailLogger logger)
Create an NTLM authenticator.
|
Modifier and Type | Field and Description |
---|---|
private static MailLogger |
DispositionNotification.logger |
private static MailLogger |
DeliveryStatus.logger |
Constructor and Description |
---|
GmailProtocol(java.lang.String name,
java.lang.String host,
int port,
java.util.Properties props,
boolean isSSL,
MailLogger logger)
Connect to Gmail.
|
Modifier and Type | Field and Description |
---|---|
protected MailLogger |
Protocol.logger |
protected MailLogger |
Protocol.traceLogger |
Constructor and Description |
---|
Protocol(java.lang.String host,
int port,
java.util.Properties props,
java.lang.String prefix,
boolean isSSL,
MailLogger logger)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
private MailLogger |
IMAPFolder.connectionPoolLogger |
protected MailLogger |
IMAPFolder.logger |
protected MailLogger |
IMAPStore.logger |
private MailLogger |
IMAPStore.ConnectionPool.logger |
private MailLogger |
MessageCache.logger |
private MailLogger |
IdleManager.logger |
Modifier and Type | Method and Description |
---|---|
(package private) MailLogger |
IMAPStore.getConnectionPoolLogger()
Return the connection pool logger.
|
Constructor and Description |
---|
ConnectionPool(java.lang.String name,
MailLogger plogger,
Session session) |
Modifier and Type | Field and Description |
---|---|
private MailLogger |
IMAPSaslAuthenticator.logger |
Constructor and Description |
---|
IMAPProtocol(java.lang.String name,
java.lang.String host,
int port,
java.util.Properties props,
boolean isSSL,
MailLogger logger)
Constructor.
|
IMAPSaslAuthenticator(IMAPProtocol pr,
java.lang.String name,
java.util.Properties props,
MailLogger logger,
java.lang.String host) |
Modifier and Type | Field and Description |
---|---|
private MailLogger |
Protocol.logger |
(package private) MailLogger |
POP3Folder.logger |
private MailLogger |
POP3Store.logger |
private MailLogger |
Protocol.traceLogger |
Constructor and Description |
---|
Protocol(java.lang.String host,
int port,
MailLogger logger,
java.util.Properties props,
java.lang.String prefix,
boolean isSSL)
Open a connection to the POP3 server.
|
Modifier and Type | Field and Description |
---|---|
private MailLogger |
SMTPSaslAuthenticator.logger |
private MailLogger |
SMTPTransport.logger |
private MailLogger |
DigestMD5.logger |
private MailLogger |
SMTPTransport.traceLogger |
Constructor and Description |
---|
DigestMD5(MailLogger logger) |
SMTPSaslAuthenticator(SMTPTransport pr,
java.lang.String name,
java.util.Properties props,
MailLogger logger,
java.lang.String host) |
Modifier and Type | Field and Description |
---|---|
protected MailLogger |
LogOutputStream.logger |
private static MailLogger |
SocketFetcher.logger |
Modifier and Type | Method and Description |
---|---|
MailLogger |
MailLogger.getLogger(java.lang.Class<?> clazz,
java.lang.String prefix)
Create a MailLogger using the specified class' package
name as the Logger name and the specified prefix.
|
MailLogger |
MailLogger.getLogger(java.lang.String name,
java.lang.String prefix)
Create a MailLogger that uses a Logger with the specified name
and prefix.
|
MailLogger |
MailLogger.getSubLogger(java.lang.String subname,
java.lang.String prefix)
Create a MailLogger that uses a Logger whose name is composed
of this MailLogger's name plus the specified sub-name, separated
by a dot.
|
MailLogger |
MailLogger.getSubLogger(java.lang.String subname,
java.lang.String prefix,
boolean debug)
Create a MailLogger that uses a Logger whose name is composed
of this MailLogger's name plus the specified sub-name, separated
by a dot.
|
Constructor and Description |
---|
LogOutputStream(MailLogger logger)
Log to the specified logger.
|
TraceInputStream(java.io.InputStream in,
MailLogger logger)
Creates an input stream filter built on top of the specified
input stream.
|
TraceOutputStream(java.io.OutputStream out,
MailLogger logger)
Creates an output stream filter built on top of the specified
underlying output stream.
|
Modifier and Type | Field and Description |
---|---|
private MailLogger |
Session.logger |
Modifier and Type | Field and Description |
---|---|
private static MailLogger |
MailDateFormat.logger |