| 程序包 | 说明 |
|---|---|
| javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
| 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.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UIDFolder.FetchProfileItem
A fetch profile item for fetching UIDs.
|
| 限定符和类型 | 字段和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
FetchProfile.Item[] |
FetchProfile.getItems()
Get the items set in this profile.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IMAPFolder.FetchProfileItem
A fetch profile item for fetching headers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FetchProfile.Item |
FetchItem.getFetchProfileItem() |
| 构造器和说明 |
|---|
FetchItem(String name,
FetchProfile.Item fetchProfileItem) |
Copyright © 2021 Oracle. All rights reserved.