| Package | Description |
|---|---|
| com.sun.mail.iap | |
| com.sun.mail.imap.protocol |
| Modifier and Type | Field and Description |
|---|---|
private Protocol |
ConnectionException.p |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ConnectionException.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
private void |
Argument.astring(byte[] bytes,
Protocol protocol)
Write out given String as either an Atom, QuotedString or Literal
|
private void |
Argument.literal(byte[] b,
Protocol protocol)
Write out given byte[] as a literal
|
private void |
Argument.literal(java.io.ByteArrayOutputStream b,
Protocol protocol)
Write out given ByteArrayOutputStream as a literal.
|
private void |
Argument.literal(Literal b,
Protocol protocol)
Write out given Literal as a literal.
|
private void |
Argument.nastring(byte[] bytes,
Protocol protocol,
boolean doQuote) |
private void |
Argument.nstring(byte[] bytes,
Protocol protocol)
Write out given String as either NIL, QuotedString, or Literal.
|
private java.io.OutputStream |
Argument.startLiteral(Protocol protocol,
int size) |
void |
Argument.write(Protocol protocol) |
| Constructor and Description |
|---|
ConnectionException(Protocol p,
Response r)
Constructs an ConnectionException with the specified Response.
|
Response(Protocol p)
Read a new Response from the given Protocol
|
| Modifier and Type | Class and Description |
|---|---|
class |
IMAPProtocol
This class extends the iap.Protocol object and implements IMAP
semantics.
|
| Constructor and Description |
|---|
FetchResponse(Protocol p) |
IMAPResponse(Protocol c) |