Package | Description |
---|---|
javax.mail |
Modifier and Type | Class and Description |
---|---|
static class |
UIDFolder.FetchProfileItem
Special profile item used for fetching UID information.
|
Modifier and Type | Field and Description |
---|---|
static FetchProfile.Item |
FetchProfile.Item.CONTENT_INFO
Item for fetching information about the content of the message.
|
static FetchProfile.Item |
FetchProfile.Item.ENVELOPE
Item for fetching information about the envelope of the message.
|
static FetchProfile.Item |
FetchProfile.Item.FLAGS
Item for fetching information about message flags.
|
Modifier and Type | Method and Description |
---|---|
FetchProfile.Item[] |
FetchProfile.getItems()
Get the profile items already included.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchProfile.add(FetchProfile.Item item)
Add a predefined profile of headers.
|
boolean |
FetchProfile.contains(FetchProfile.Item item)
Determine if the given profile item is already included.
|
Copyright © 2013. All rights reserved.