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
SearchSequence
generateSequence
in class SearchSequence
term
- 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.IOException
protected Argument gmailThridSearch(GmailThrIdTerm term) throws java.io.IOException
java.io.IOException
protected Argument gmailRawSearch(GmailRawSearchTerm term, java.lang.String charset) throws java.io.IOException
java.io.IOException
Copyright © 2018 Oracle. All rights reserved.