|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 FetchProfile.Item 的软件包 | |
|---|---|
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. |
| javax.mail | The JavaMailTM API provides classes that model a mail system. |
| com.sun.mail.imap 中 FetchProfile.Item 的使用 |
|---|
| com.sun.mail.imap 中 FetchProfile.Item 的子类 | |
|---|---|
static class |
IMAPFolder.FetchProfileItem
A fetch profile item for fetching headers. |
| javax.mail 中 FetchProfile.Item 的使用 |
|---|
| javax.mail 中 FetchProfile.Item 的子类 | |
|---|---|
static class |
UIDFolder.FetchProfileItem
A fetch profile item for fetching UIDs. |
| 声明为 FetchProfile.Item 的 javax.mail 中的字段 | |
|---|---|
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. |
| 返回 FetchProfile.Item 的 javax.mail 中的方法 | |
|---|---|
FetchProfile.Item[] |
FetchProfile.getItems()
Get the items set in this profile. |
| 参数类型为 FetchProfile.Item 的 javax.mail 中的方法 | |
|---|---|
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 given special item. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||