| 程序包 | 说明 |
|---|---|
| net.iotgw.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
IMAPMessage.FetchProfileCondition
This class implements the test to be done on each
message in the folder.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static MessageSet[] |
Utility.toMessageSet(Message[] msgs,
Utility.Condition cond)
Run thru the given array of messages, apply the given
Condition on each message and generate sets of contiguous
sequence-numbers for the successful messages.
|
static MessageSet[] |
Utility.toMessageSetSorted(Message[] msgs,
Utility.Condition cond)
Sort (a copy of) the given array of messages and then
run thru the sorted array of messages, apply the given
Condition on each message and generate sets of contiguous
sequence-numbers for the successful messages.
|
Copyright © 2021 Oracle. All rights reserved.