| Class | Description |
|---|---|
| ASCIIUtility | |
| BASE64DecoderStream |
This class implements a BASE64 Decoder.
|
| BASE64EncoderStream |
This class implements a BASE64 encoder.
|
| BEncoderStream |
This class implements a 'B' Encoder as defined by RFC2047 for
encoding MIME headers.
|
| CRLFOutputStream |
Convert lines into the canonical format, that is, terminate lines with the
CRLF sequence.
|
| DecodingException |
A special IOException that indicates a failure to decode data due
to an error in the formatting of the data.
|
| FolderClosedIOException |
A variant of FolderClosedException that can be thrown from methods
that only throw IOException.
|
| handler_base |
Base class for other DataContentHandlers.
|
| image_gif |
DataContentHandler for image/gif.
|
| image_jpeg |
DataContentHandler for image/jpeg.
|
| LineInputStream |
This class is to support 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.
|
| LogOutputStream |
Capture output lines and send them to the mail logger.
|
| MailConnectException |
A MessagingException that indicates a socket connection attempt failed.
|
| MailLogger |
A simplified logger used by JavaMail to handle logging to a
PrintStream and logging through a java.util.logging.Logger.
|
| MailSSLSocketFactory |
An SSL socket factory that makes it easier to specify trust.
|
| MD4 |
The MD4 class is used to compute an MD4 message digest over a given
buffer of bytes.
|
| message_rfc822 | |
| MessageRemovedIOException |
A variant of MessageRemovedException that can be thrown from methods
that only throw IOException.
|
| MimeUtil |
General MIME-related utility methods.
|
| multipart_mixed | |
| Ntlm |
NTLMAuthentication:
|
| OAuth2SaslClient |
JavaMail SASL client for OAUTH2.
|
| OAuth2SaslClientFactory |
JavaMail SASL client factory for OAUTH2.
|
| PropUtil |
Utilities to make it easier to get property values.
|
| QDecoderStream |
This class implements a Q Decoder as defined in RFC 2047
for decoding MIME headers.
|
| QEncoderStream |
This class implements a Q Encoder as defined by RFC 2047 for
encoding MIME headers.
|
| QPDecoderStream |
This class implements a QP Decoder.
|
| QPEncoderStream |
This class implements a Quoted Printable Encoder.
|
| ReadableMime |
A Message or message Part whose data can be read as a MIME format
stream.
|
| SharedByteArrayOutputStream |
A ByteArrayOutputStream that allows us to share the byte array
rather than copy it.
|
| SocketConnectException |
An IOException that indicates a socket connection attempt failed.
|
| SocketFetcher |
This class is used to get Sockets.
|
| text_html |
DataContentHandler for text/html.
|
| text_plain |
DataContentHandler for text/plain.
|
| text_xml |
DataContentHandler for text/xml.
|
| 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.
|
| UUDecoderStream |
This class implements a UUDecoder.
|
| UUEncoderStream |
This class implements a UUEncoder.
|
| WriteTimeoutSocket |
A special Socket that uses a ScheduledExecutorService to
implement timeouts for writes.
|