Uses of Class
com.sun.mail.util.MailLogger
Packages that use MailLogger
Package
Description
This package includes internal authentication support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
An SMTP protocol provider for the Jakarta Mail API
that provides access to an SMTP server.
Utility classes for use with the Jakarta Mail API.
-
Uses of MailLogger in com.sun.mail.auth
Constructors in com.sun.mail.auth with parameters of type MailLogger -
Uses of MailLogger in com.sun.mail.gimap.protocol
Constructors in com.sun.mail.gimap.protocol with parameters of type MailLoggerModifierConstructorDescriptionGmailProtocol
(String name, String host, int port, Properties props, boolean isSSL, MailLogger logger) Connect to Gmail. -
Uses of MailLogger in com.sun.mail.iap
Fields in com.sun.mail.iap declared as MailLoggerModifier and TypeFieldDescriptionprotected MailLogger
Protocol.logger
protected MailLogger
Protocol.traceLogger
Constructors in com.sun.mail.iap with parameters of type MailLoggerModifierConstructorDescriptionProtocol
(String host, int port, Properties props, String prefix, boolean isSSL, MailLogger logger) Constructor. -
Uses of MailLogger in com.sun.mail.imap
Fields in com.sun.mail.imap declared as MailLoggerModifier and TypeFieldDescriptionprotected MailLogger
IMAPFolder.logger
protected MailLogger
IMAPStore.logger
-
Uses of MailLogger in com.sun.mail.imap.protocol
Constructors in com.sun.mail.imap.protocol with parameters of type MailLoggerModifierConstructorDescriptionIMAPProtocol
(String name, String host, int port, Properties props, boolean isSSL, MailLogger logger) Constructor.IMAPSaslAuthenticator
(IMAPProtocol pr, String name, Properties props, MailLogger logger, String host) -
Uses of MailLogger in com.sun.mail.smtp
Constructors in com.sun.mail.smtp with parameters of type MailLoggerModifierConstructorDescriptionDigestMD5
(MailLogger logger) SMTPSaslAuthenticator
(SMTPTransport pr, String name, Properties props, MailLogger logger, String host) -
Uses of MailLogger in com.sun.mail.util
Fields in com.sun.mail.util declared as MailLoggerMethods in com.sun.mail.util that return MailLoggerModifier and TypeMethodDescriptionCreate a MailLogger using the specified class' package name as the Logger name and the specified prefix.Create a MailLogger that uses a Logger with the specified name and prefix.MailLogger.getSubLogger
(String subname, 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.getSubLogger
(String subname, 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.Constructors in com.sun.mail.util with parameters of type MailLoggerModifierConstructorDescriptionLogOutputStream
(MailLogger logger) Log to the specified logger.TraceInputStream
(InputStream in, MailLogger logger) Creates an input stream filter built on top of the specified input stream.TraceOutputStream
(OutputStream out, MailLogger logger) Creates an output stream filter built on top of the specified underlying output stream.