|
Class Summary |
| Address |
Abstract class that represents an RFC 2822 mail address. |
| AddressList |
Class that represents a list of RFC 2822 mail addresses. |
| AppleFile |
Class for packing and unpacking AppleSingle and AppleDouble data. |
| Base64Decoder |
Class that performs base64 decoding. |
| Base64DecoderW |
Class that performs base64 decoding, with input from a char array. |
| Base64Encoder |
Class that performs base64 encoding. |
| Base64EncoderW |
Class that performs base64 encoding, with output to a char array. |
| BinHex |
Class for converting files to or from BinHex format. |
| Body |
Class that represents the body of a message or body part. |
| BodyPart |
Class that represents a MIME body part. |
| ByteBuffer |
Byte buffer structure. |
| ByteString |
Class that represents single-byte character strings or binary strings. |
| ByteStringBuffer |
Class that represents a mutable sequence of single-byte characters or
bytes. |
| CharBuffer |
Character buffer structure. |
| DateTime |
Class that represents an RFC 2822 date-time. |
| DefaultFieldBodyFactory |
|
| DispositionType |
Class that represents a MIME "Content-Disposition" field body. |
| EncodedWord |
Class that represents an encoded-word in a header field. |
| Entity |
Abstract class that represents a MIME entity. |
| Field |
Class that represents a header field. |
| FieldBody |
Class that represents a header field body. |
| Group |
Class that represents an RFC 2822 address group. |
| Headers |
Class that represents the collection of header fields in a message or
body part. |
| Mailbox |
Class that represents an RFC 2822 mailbox. |
| MediaType |
Class that represents a MIME media-type. |
| Message |
Class that represents an RFC 2822 or MIME message. |
| MimeTokenizer |
|
| MsgId |
Class that represents an RFC 2822 message ID. |
| Node |
Abstract base class for all classes representing message components. |
| Parameter |
Class that represents a MIME header field parameter. |
| QuotedPrintableDecoder |
Class that performs quoted-printable decoding. |
| QuotedPrintableDecoderW |
Class that performs quoted-printable decoding, with input from a char array. |
| QuotedPrintableEncoder |
Class that performs quoted-printable encoding. |
| QuotedPrintableEncoderW |
Class that performs quoted-printable encoding, with output to a char array. |
| Rfc822Tokenizer |
|
| Stamp |
Class that represents the field body of a "Received" header field. |
| Text |
Class that represents text in an unstructured header field body. |
| TextUtil |
Class that provides text utilities. |
| TransferEncodingType |
Class that represents the field body of a "Content-Transfer-Encoding"
header field. |
| Uuencode |
Class for performing uuencode or uudecode operations. |