public static class FetchProfile.Item
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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.
|
static FetchProfile.Item |
SIZE
The size of the message.
|
Modifier | Constructor and Description |
---|---|
protected |
FetchProfile.Item(java.lang.String name) |
public static final FetchProfile.Item ENVELOPE
public static final FetchProfile.Item CONTENT_INFO
public static final FetchProfile.Item FLAGS
public static final FetchProfile.Item SIZE