|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Argument | |
|---|---|
| com.sun.mail.iap | |
| com.sun.mail.imap.protocol | |
| Uses of Argument in com.sun.mail.iap |
|---|
| Methods in com.sun.mail.iap with parameters of type Argument | |
|---|---|
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)
|
| Uses of Argument in com.sun.mail.imap.protocol |
|---|
| Methods in com.sun.mail.imap.protocol that return Argument | |
|---|---|
static Argument |
SearchSequence.generateSequence(SearchTerm term,
String charset)
Generate the IMAP search sequence for the given search expression. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||