public class GmailSearchSequence extends SearchSequence
cal| Constructor | Description |
|---|---|
GmailSearchSequence(IMAPProtocol p) |
| Modifier and Type | Method | 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 GmailSearchSequence(IMAPProtocol p)
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 © 2018 Oracle. All rights reserved.