| Interface | Description |
|---|---|
| IMAPCallback |
An IMAP response callback.
|
| IMAPConstants |
IMAP4rev1 string constants.
|
| Literal |
Interface defining access to the data of IMAP literals.
|
| LiteralFactory |
Interface defining a mechanism that can handle large IMAP literals.
|
| Class | Description |
|---|---|
| BODY |
A BODY data item in a FETCH response.
|
| BODYSTRUCTURE |
A BODYSTRUCTURE data item in a FETCH response.
|
| BODYSTRUCTURE.BodyPart | |
| BODYSTRUCTURE.Disposition | |
| BODYSTRUCTURE.MessagePart | |
| BODYSTRUCTURE.Multipart | |
| BODYSTRUCTURE.Part |
A MIME part.
|
| BODYSTRUCTURE.TextPart | |
| ENVELOPE |
An ENVELOPE data item in a FETCH response.
|
| ENVELOPE.Address | |
| FetchDataItem |
A data item in a FETCH response.
|
| FLAGS |
A FLAGS data item in a FETCH response.
|
| IMAPAdapter |
Adapter for an IMAP response callback.
|
| IMAPConnection |
The protocol class implementing IMAP4rev1.
|
| INTERNALDATE |
An INTERNALDATE data item in a FETCH response.
|
| MessageSet |
A set of message numbers.
|
| Namespace |
An IMAP Namespace.
|
| RFC822_SIZE |
An RFC822.SIZE data item in a FETCH response.
|
| UID |
A UID data item in a FETCH response.
|
| UIDSet |
A set of UIDs.
|
| UTF7imap |
Encodes and decodes text according to the IMAP4rev1 mailbox name
encoding scheme.
|
| Exception | Description |
|---|---|
| IMAPException |
Exception corresponding to an IMAP4 BAD or NO server response.
|
This package contains an IMAP4rev1 client. It supports the following features: