Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
protected Object |
IMAPMessage.fetchItem(FetchItem fitem)
Fetch an individual item for the current message.
|
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 | 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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.