|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 MessageSet 的软件包 | |
|---|---|
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. |
| com.sun.mail.imap.protocol | |
| com.sun.mail.imap 中 MessageSet 的使用 |
|---|
| 返回 MessageSet 的 com.sun.mail.imap 中的方法 | |
|---|---|
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. |
| com.sun.mail.imap.protocol 中 MessageSet 的使用 |
|---|
| 返回 MessageSet 的 com.sun.mail.imap.protocol 中的方法 | |
|---|---|
static MessageSet[] |
MessageSet.createMessageSets(int[] msgs)
|
| 参数类型为 MessageSet 的 com.sun.mail.imap.protocol 中的方法 | |
|---|---|
void |
IMAPProtocol.copy(MessageSet[] msgsets,
String mbox)
COPY command. |
Response[] |
IMAPProtocol.fetch(MessageSet[] msgsets,
String what)
|
int[] |
IMAPProtocol.search(MessageSet[] msgsets,
SearchTerm term)
Issue the given search criterion on the specified message sets. |
static int |
MessageSet.size(MessageSet[] msgsets)
|
void |
IMAPProtocol.storeFlags(MessageSet[] msgsets,
Flags flags,
boolean set)
|
static String |
MessageSet.toString(MessageSet[] msgsets)
Convert an array of MessageSets into an IMAP sequence range |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||