Package | Description |
---|---|
com.sun.mail.gimap.protocol | |
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
Modifier and Type | Field and Description |
---|---|
private FetchItem[] |
GmailProtocol.fetchItems |
static FetchItem |
GmailProtocol.LABELS_ITEM |
static FetchItem |
GmailProtocol.MSGID_ITEM |
private static FetchItem[] |
GmailProtocol.myFetchItems |
static FetchItem |
GmailProtocol.THRID_ITEM |
Modifier and Type | Method and Description |
---|---|
FetchItem[] |
GmailProtocol.getFetchItems()
Return the additional fetch items supported by the Gmail protocol.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<FetchItem> |
IMAPMessage.FetchProfileCondition.need |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
IMAPMessage.fetchItem(FetchItem fitem)
Fetch an individual item for the current message.
|
java.lang.Object |
IMAPMessage.getItem(FetchItem fitem)
Return the data associated with the FetchItem.
|
Constructor and Description |
---|
FetchProfileCondition(FetchProfile fp,
FetchItem[] fitems)
Create a FetchProfileCondition to determine if we need to fetch
any of the information specified in the FetchProfile.
|
Modifier and Type | Field and Description |
---|---|
private static FetchItem[] |
IMAPProtocol.fetchItems |
private FetchItem[] |
FetchResponse.fitems |
Modifier and Type | Method and Description |
---|---|
FetchItem[] |
IMAPProtocol.getFetchItems()
Return an array of FetchItem objects describing the
FETCH items supported by this protocol.
|
Constructor and Description |
---|
FetchResponse(IMAPResponse r,
FetchItem[] fitems)
Construct a FetchResponse that handles the additional FetchItems.
|