| 程序包 | 说明 |
|---|---|
| net.iotgw.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
| net.iotgw.mail.imap.protocol |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
FetchProfileCondition(FetchProfile fp,
FetchItem[] fitems)
Create a FetchProfileCondition to determine if we need to fetch
any of the information specified in the FetchProfile.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FetchItem[] |
IMAPProtocol.getFetchItems()
Return an array of FetchItem objects describing the
FETCH items supported by this protocol.
|
| 构造器和说明 |
|---|
FetchResponse(IMAPResponse r,
FetchItem[] fitems)
Construct a FetchResponse that handles the additional FetchItems.
|
Copyright © 2021 Oracle. All rights reserved.