| 程序包 | 说明 |
|---|---|
| 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.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Folder.fetch(Message[] msgs,
FetchProfile fp)
Prefetch the items specified in the FetchProfile for the
given Messages.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IMAPFolder.fetch(Message[] msgs,
FetchProfile fp)
Prefetch attributes, based on the given FetchProfile.
|
| 构造器和说明 |
|---|
FetchProfileCondition(FetchProfile fp,
FetchItem[] fitems)
Create a FetchProfileCondition to determine if we need to fetch
any of the information specified in the FetchProfile.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
POP3Folder.fetch(Message[] msgs,
FetchProfile fp)
Prefetch information about POP3 messages.
|
Copyright © 2021 Oracle. All rights reserved.