Uses of Package
com.sun.mail.util
-
Packages that use com.sun.mail.util Package Description com.sun.mail.auth This package includes internal authentication support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.com.sun.mail.gimap An EXPERIMENTAL IMAP protocol provider that supports the Gmail-specific IMAP protocol extensions .com.sun.mail.gimap.protocol com.sun.mail.iap This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.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 This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.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 JavaMail™ API provides classes that model a mail system.javax.mail.internet Classes specific to Internet mail systems. -
Classes in com.sun.mail.util used by com.sun.mail.auth Class Description MailLogger A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger. -
Classes in com.sun.mail.util used by com.sun.mail.gimap Class Description ReadableMime A Message or message Part whose data can be read as a MIME format stream. -
Classes in com.sun.mail.util used by com.sun.mail.gimap.protocol Class Description MailLogger A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger. -
Classes in com.sun.mail.util used by com.sun.mail.iap Class Description MailLogger A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger.TraceInputStream This class is a FilterInputStream that writes the bytes being read from the given input stream into the given output stream.TraceOutputStream This class is a subclass of DataOutputStream that copies the data being written into the DataOutputStream into another output stream. -
Classes in com.sun.mail.util used by com.sun.mail.imap Class Description FolderClosedIOException A variant of FolderClosedException that can be thrown from methods that only throw IOException.MailLogger A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger.MessageRemovedIOException A variant of MessageRemovedException that can be thrown from methods that only throw IOException.ReadableMime A Message or message Part whose data can be read as a MIME format stream. -
Classes in com.sun.mail.util used by com.sun.mail.imap.protocol Class Description MailLogger A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger. -
Classes in com.sun.mail.util used by com.sun.mail.pop3 Class Description MailLogger A simplified logger used by JavaMail 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.TraceInputStream This class is a FilterInputStream that writes the bytes being read from the given input stream into the given output stream.TraceOutputStream This class is a subclass of DataOutputStream that copies the data being written into the DataOutputStream into another output stream. -
Classes in com.sun.mail.util used by com.sun.mail.smtp Class Description CRLFOutputStream Convert lines into the canonical format, that is, terminate lines with the CRLF sequence.LineInputStream This class is to support reading CRLF terminated lines that contain only US-ASCII characters from an input stream.MailLogger A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger.TraceInputStream This class is a FilterInputStream that writes the bytes being read from the given input stream into the given output stream.TraceOutputStream This class is a subclass of DataOutputStream that copies the data being written into the DataOutputStream into another output stream. -
Classes in com.sun.mail.util used by com.sun.mail.util Class Description BASE64EncoderStream This class implements a BASE64 encoder.LineInputStream This class is to support reading CRLF terminated lines that contain only US-ASCII characters from an input stream.MailLogger A simplified logger used by JavaMail 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. -
Classes in com.sun.mail.util used by javax.mail Class Description MailLogger A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger. -
Classes in com.sun.mail.util used by javax.mail.internet Class Description LineInputStream This class is to support reading CRLF terminated lines that contain only US-ASCII characters from an input stream.MailLogger A simplified logger used by JavaMail to handle logging to a PrintStream and logging through a java.util.logging.Logger.