| Package | Description |
|---|---|
| org.apache.james.imap.encode | |
| org.apache.james.imap.encode.base | |
| org.apache.james.imap.message.response | |
| org.apache.james.imap.processor.fetch |
| Modifier and Type | Method and Description |
|---|---|
ImapResponseComposer |
ImapResponseComposer.literal(Literal literal)
Compose a
Literal and write it to the socket. |
void |
ImapResponseWriter.write(Literal literal)
Writes literal content to the client
|
| Modifier and Type | Method and Description |
|---|---|
ImapResponseComposer |
ImapResponseComposerImpl.literal(Literal literal) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FetchResponse.BodyElement
BODY FETCH element content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderBodyElement
FetchResponse.BodyElement which represent a HEADER element specified by for example (BODY[1.HEADER]) |
class |
HeadersBodyElement |
class |
MimeBodyElement
FetchResponse.BodyElement which represent a MIME element specified by for example (BODY[1.MIME]) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.