|
Préférences
Moteurs de recherche
|
|||||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.mail
|
Field Summary | |
---|---|
static FetchProfile.Item |
CONTENT_INFO
This item is for fetching information about the content of the message. |
static FetchProfile.Item |
ENVELOPE
This is the Envelope item. |
static FetchProfile.Item |
FLAGS
This is the Flags item. |
Constructor Summary | |
---|---|
protected |
FetchProfile.Item(String name)
Constructor for an item. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FetchProfile.Item ENVELOPE
The Envelope is an aggregration of the common attributes of a Message. Implementations should include the following attributes: From, To, Cc, Bcc, ReplyTo, Subject and Date. More items may be included as well.
For implementations of the IMAP4 protocol (RFC 2060), the Envelope should include the ENVELOPE data item. More items may be included too.
public static final FetchProfile.Item CONTENT_INFO
This includes all the attributes that describe the content of the message. Implementations should include the following attributes: ContentType, ContentDisposition, ContentDescription, Size and LineCount. Other items may be included as well.
public static final FetchProfile.Item FLAGS
Constructor Detail |
---|
protected FetchProfile.Item(String name)