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