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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final FetchProfile.Item ENVELOPE
public static final FetchProfile.Item CONTENT_INFO
public static final FetchProfile.Item FLAGS
public static final FetchProfile.Item SIZE
protected FetchProfile.Item(java.lang.String name)