|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.FetchProfile.Item
Base class of all the facets of a message that can be fetched.
Field Summary | |
static FetchProfile.Item |
CONTENT_INFO
The message content metadata, e.g.: ContentType, ContentDisposition, ContentDescription, Size and LineCount. |
static FetchProfile.Item |
ENVELOPE
The common attributes of a message, e.g.: From, To, Cc, Bcc, ReplyTo, Subject and Date. |
static FetchProfile.Item |
FLAGS
The message flags. |
Constructor Summary | |
protected |
FetchProfile.Item(java.lang.String name)
|
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
public static final FetchProfile.Item CONTENT_INFO
public static final FetchProfile.Item FLAGS
Constructor Detail |
protected FetchProfile.Item(java.lang.String name)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |