Uses of Package
org.eclipse.angus.mail.util
-
Packages that use org.eclipse.angus.mail.util Package Description org.eclipse.angus.mail.auth This package includes internal authentication support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.org.eclipse.angus.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.org.eclipse.angus.mail.pop3 A POP3 protocol provider for the Jakarta Mail API that provides access to a POP3 message store.org.eclipse.angus.mail.smtp An SMTP protocol provider for the Jakarta Mail API that provides access to an SMTP server.org.eclipse.angus.mail.util Utility classes for use with the Jakarta Mail API. -
Classes in org.eclipse.angus.mail.util used by org.eclipse.angus.mail.auth Class Description MailLogger A simplified logger used by Jakarta Mail to handle logging to a PrintStream and logging through a java.util.logging.Logger. -
Classes in org.eclipse.angus.mail.util used by org.eclipse.angus.mail.iap Class Description MailLogger A simplified logger used by Jakarta Mail to handle logging to a PrintStream and logging through a java.util.logging.Logger. -
Classes in org.eclipse.angus.mail.util used by org.eclipse.angus.mail.imap Class Description DefaultProvider Annotation to mark the default providers that are part of Jakarta Mail.MailLogger A simplified logger used by Jakarta Mail to handle logging to a PrintStream and logging through a java.util.logging.Logger.ReadableMime A Message or message Part whose data can be read as a MIME format stream. -
Classes in org.eclipse.angus.mail.util used by org.eclipse.angus.mail.imap.protocol Class Description MailLogger A simplified logger used by Jakarta Mail to handle logging to a PrintStream and logging through a java.util.logging.Logger. -
Classes in org.eclipse.angus.mail.util used by org.eclipse.angus.mail.pop3 Class Description DefaultProvider Annotation to mark the default providers that are part of Jakarta Mail.ReadableMime A Message or message Part whose data can be read as a MIME format stream. -
Classes in org.eclipse.angus.mail.util used by org.eclipse.angus.mail.smtp Class Description CRLFOutputStream Convert lines into the canonical format, that is, terminate lines with the CRLF sequence.DefaultProvider Annotation to mark the default providers that are part of Jakarta Mail.MailLogger A simplified logger used by Jakarta Mail to handle logging to a PrintStream and logging through a java.util.logging.Logger. -
Classes in org.eclipse.angus.mail.util used by org.eclipse.angus.mail.util Class Description BASE64EncoderStream This class implements a BASE64 encoder.LineInputStream LineInputStream supports reading CRLF terminated lines that contain only US-ASCII characters from an input stream.LineOutputStream This class is to support writing out Strings as a sequence of bytes terminated by a CRLF sequence.MailLogger A simplified logger used by Jakarta Mail to handle logging to a PrintStream and logging through a java.util.logging.Logger.QPDecoderStream This class implements a QP Decoder.QPEncoderStream This class implements a Quoted Printable Encoder.SocketConnectException An IOException that indicates a socket connection attempt failed.