Package | Description |
---|---|
org.apache.james.mime4j.message |
Class and Description |
---|
BinaryBody
A body containing binary data.
|
Body
Encapsulates the body of an entity (see RFC 2045).
|
BodyPart
Represents a MIME body part (see RFC 2045).
|
Disposable
A Disposable is an object that should be disposed of explicitly
when it is no longer needed.
|
Entity
MIME entity.
|
Header
The header of an entity (see RFC 2045).
|
Message
Represents a MIME message.
|
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.
|
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. |
Copyright © 2004-2014. All Rights Reserved.