Class Summary |
BinaryBody |
A body containing binary data. |
BodyCopier |
Utility class for copying message bodies. |
BodyFactory |
Factory for creating message bodies. |
BodyPart |
Represents a MIME body part (see RFC 2045). |
Entity |
MIME entity. |
Header |
The header of an entity (see RFC 2045). |
Message |
Represents a MIME message. |
MessageBuilder |
A ContentHandler for building an Entity to be
used in conjunction with a MimeStreamParser . |
MessageWriter |
Writes a message (or a part of a message) to an output stream. |
Multipart |
Represents a MIME multipart body (see RFC 2045).A multipart body has a
ordered list of body parts. |
SimpleContentHandler |
Abstract implementation of ContentHandler that automates common
tasks. |
SingleBody |
Abstract implementation of a single message body; that is, a body that does
not contain (directly or indirectly) any other child bodies. |
TextBody |
Encapsulates the contents of a text/* entity body. |