|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FetchProfile.Item | |
javax.mail | Classes modelling a mail system. |
Uses of FetchProfile.Item in javax.mail |
Subclasses of FetchProfile.Item in javax.mail | |
static class |
UIDFolder.FetchProfileItem
A fetch profile item for fetching UIDs. |
Fields in javax.mail declared as FetchProfile.Item | |
static FetchProfile.Item |
FetchProfile.Item.ENVELOPE
The common attributes of a message, e.g.: From, To, Cc, Bcc, ReplyTo, Subject and Date. |
static FetchProfile.Item |
FetchProfile.Item.CONTENT_INFO
The message content metadata, e.g.: ContentType, ContentDisposition, ContentDescription, Size and LineCount. |
static FetchProfile.Item |
FetchProfile.Item.FLAGS
The message flags. |
Methods in javax.mail that return FetchProfile.Item | |
FetchProfile.Item[] |
FetchProfile.getItems()
Get the items in this profile. |
Methods in javax.mail with parameters of type FetchProfile.Item | |
void |
FetchProfile.add(FetchProfile.Item item)
Add the given item. |
boolean |
FetchProfile.contains(FetchProfile.Item item)
Indicates whether the fetch profile contains the specified item. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |