Package | Description |
---|---|
com.sun.mail.imap.protocol |
Modifier and Type | Method and Description |
---|---|
static Argument |
SearchSequence.generateSequence(SearchTerm term,
String charset)
Generate the IMAP search sequence for the given search expression.
|
int[] |
IMAPProtocol.search(MessageSet[] msgsets,
SearchTerm term)
Issue the given search criterion on the specified message sets.
|
int[] |
IMAPProtocol.search(SearchTerm term)
Issue the given search criterion on all messages in this folder.
|
int[] |
IMAPProtocol.sort(SortTerm[] term,
SearchTerm sterm)
Sort messages in the folder according to the specified sort criteria.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.