Uses of Class
org.eclipse.angus.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 org.eclipse.angus.mail.auth
Constructors in org.eclipse.angus.mail.auth with parameters of type MailLogger -
Uses of MailLogger in org.eclipse.angus.mail.iap
Fields in org.eclipse.angus.mail.iap declared as MailLoggerModifier and TypeFieldDescriptionprotected MailLoggerProtocol.loggerprotected MailLoggerProtocol.traceLoggerConstructors in org.eclipse.angus.mail.iap with parameters of type MailLoggerModifierConstructorDescriptionProtocol(String host, int port, Properties props, String prefix, boolean isSSL, MailLogger logger) Constructor. -
Uses of MailLogger in org.eclipse.angus.mail.imap
Fields in org.eclipse.angus.mail.imap declared as MailLoggerModifier and TypeFieldDescriptionprotected MailLoggerIMAPFolder.loggerprotected MailLoggerIMAPStore.logger -
Uses of MailLogger in org.eclipse.angus.mail.imap.protocol
Constructors in org.eclipse.angus.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 org.eclipse.angus.mail.smtp
Constructors in org.eclipse.angus.mail.smtp with parameters of type MailLoggerModifierConstructorDescriptionDigestMD5(MailLogger logger) SMTPSaslAuthenticator(SMTPTransport pr, String name, Properties props, MailLogger logger, String host) -
Uses of MailLogger in org.eclipse.angus.mail.util
Fields in org.eclipse.angus.mail.util declared as MailLoggerMethods in org.eclipse.angus.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 org.eclipse.angus.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.