| Package | Description |
|---|---|
| com.sun.mail.auth | |
| 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.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.
|
| 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 |
|---|---|
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 |
|---|---|
protected MailLogger |
IMAPFolder.logger |
protected MailLogger |
IMAPStore.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) |
| 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 |
| 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.
|
Copyright © 2013 Oracle. All Rights Reserved.