Package | Description |
---|---|
com.sun.mail.gimap |
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
Modifier and Type | Class and Description |
---|---|
static class |
GmailFolder.FetchProfileItem
A fetch profile item for fetching headers.
|
Modifier and Type | Class and Description |
---|---|
static class |
IMAPFolder.FetchProfileItem
A fetch profile item for fetching headers.
|
Modifier and Type | Class and Description |
---|---|
static class |
UIDFolder.FetchProfileItem
A fetch profile item for fetching UIDs.
|
Modifier and Type | Field and Description |
---|---|
static FetchProfile.Item |
FetchProfile.Item.CONTENT_INFO
This item is for fetching information about the
content of the message.
|
static FetchProfile.Item |
FetchProfile.Item.ENVELOPE
This is the Envelope item.
|
static FetchProfile.Item |
FetchProfile.Item.FLAGS
This is the Flags item.
|
static FetchProfile.Item |
FetchProfile.Item.SIZE
SIZE is a fetch profile item that can be included in a
FetchProfile during a fetch request to a Folder. |
Modifier and Type | Method and Description |
---|---|
FetchProfile.Item[] |
FetchProfile.getItems()
Get the items set in this profile.
|
Modifier and Type | Method and Description |
---|---|
void |
FetchProfile.add(FetchProfile.Item item)
Add the given special item as one of the attributes to
be prefetched.
|
boolean |
FetchProfile.contains(FetchProfile.Item item)
Returns true if the fetch profile contains the given special item.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.