public class GmailSearchSequence extends SearchSequence
cal| Constructor and Description |
|---|
GmailSearchSequence() |
| Modifier and Type | Method and Description |
|---|---|
Argument |
generateSequence(SearchTerm term,
String charset)
Generate the IMAP search sequence for the given search expression.
|
protected Argument |
gmailMsgidSearch(GmailMsgIdTerm term) |
protected Argument |
gmailRawSearch(GmailRawSearchTerm term,
String charset) |
protected Argument |
gmailThridSearch(GmailThrIdTerm term) |
public Argument generateSequence(SearchTerm term, String charset) throws SearchException, IOException
SearchSequencegenerateSequence in class SearchSequenceterm - the search termcharset - charset for the searchSearchException - for failuresIOException - for I/O errorsprotected Argument gmailMsgidSearch(GmailMsgIdTerm term) throws IOException
IOExceptionprotected Argument gmailThridSearch(GmailThrIdTerm term) throws IOException
IOExceptionprotected Argument gmailRawSearch(GmailRawSearchTerm term, String charset) throws IOException
IOExceptionCopyright © 2016 Oracle. All rights reserved.