Package | Description |
---|---|
org.apache.james.mime4j.message |
Modifier and Type | Interface and Description |
---|---|
interface |
Body
Encapsulates the body of an entity (see RFC 2045).
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryBody
A body containing binary data.
|
class |
BodyPart
Represents a MIME body part (see RFC 2045).
|
class |
Entity
MIME entity.
|
class |
Message
Represents a MIME message.
|
class |
Multipart
Represents a MIME multipart body (see RFC 2045).A multipart body has a
ordered list of body parts.
|
class |
SingleBody
Abstract implementation of a single message body; that is, a body that does
not contain (directly or indirectly) any other child bodies.
|
class |
TextBody
Encapsulates the contents of a
text/* entity body. |
Copyright © 2004-2012. All Rights Reserved.