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
SearchSequence
generateSequence
in class SearchSequence
term
- the search termcharset
- charset for the searchSearchException
- for failuresIOException
- for I/O errorsprotected Argument gmailMsgidSearch(GmailMsgIdTerm term) throws IOException
IOException
protected Argument gmailThridSearch(GmailThrIdTerm term) throws IOException
IOException
protected Argument gmailRawSearch(GmailRawSearchTerm term, String charset) throws IOException
IOException
Copyright © 2016 Oracle. All rights reserved.