Package | Description |
---|---|
com.sun.mail.gimap.protocol | |
com.sun.mail.iap | |
com.sun.mail.imap.protocol |
Modifier and Type | Method and Description |
---|---|
Argument |
GmailSearchSequence.generateSequence(SearchTerm term,
String charset) |
protected Argument |
GmailSearchSequence.gmailMsgidSearch(GmailMsgIdTerm term) |
protected Argument |
GmailSearchSequence.gmailRawSearch(GmailRawSearchTerm term,
String charset) |
protected Argument |
GmailSearchSequence.gmailThridSearch(GmailThrIdTerm term) |
Modifier and Type | Method and Description |
---|---|
void |
Argument.append(Argument arg)
append the given Argument to this Argument.
|
Response[] |
Protocol.command(String command,
Argument args)
Send a command to the server.
|
void |
Protocol.simpleCommand(String cmd,
Argument args)
Convenience routine to handle simple IAP commands
that do not have responses specific to that command.
|
void |
Argument.writeArgument(Argument c)
Write out as parenthesised list.
|
String |
Protocol.writeCommand(String command,
Argument args) |
Modifier and Type | Method and Description |
---|---|
protected Argument |
SearchSequence.and(AndTerm term,
String charset) |
protected Argument |
SearchSequence.body(BodyTerm term,
String charset) |
protected Argument |
SearchSequence.flag(FlagTerm term) |
protected Argument |
SearchSequence.from(String address,
String charset) |
Argument |
SearchSequence.generateSequence(SearchTerm term,
String charset)
Generate the IMAP search sequence for the given search expression.
|
protected Argument |
SearchSequence.header(HeaderTerm term,
String charset) |
protected Argument |
SearchSequence.messageid(MessageIDTerm term,
String charset) |
protected Argument |
SearchSequence.not(NotTerm term,
String charset) |
protected Argument |
SearchSequence.or(OrTerm term,
String charset) |
protected Argument |
SearchSequence.receiveddate(DateTerm term) |
protected Argument |
SearchSequence.recipient(Message.RecipientType type,
String address,
String charset) |
protected Argument |
SearchSequence.sentdate(DateTerm term) |
protected Argument |
SearchSequence.size(SizeTerm term) |
protected Argument |
SearchSequence.subject(SubjectTerm term,
String charset) |
Copyright © 2015 Oracle. All Rights Reserved.