| Interface | Description |
|---|---|
| ImapConstants | |
| ImapHostManager |
A host machine that has an IMAP4rev1 messaging server.
|
| ImapSession |
Encapsulates all state held for an ongoing Imap session,
which commences when a client first establishes a connection to the Imap
server, and continues until that connection is closed.
|
| Class | Description |
|---|---|
| ImapHandler |
The handler class for IMAP connections.
|
| ImapHostManagerImpl |
An initial implementation of an ImapHost.
|
| ImapRequestHandler | |
| ImapRequestLineReader |
Wraps the client input reader with a bunch of convenience methods, allowing lookahead=1
on the underlying character stream.
|
| ImapResponse |
Class providing methods to send response messages from the server
to the client.
|
| ImapServer | |
| ImapSessionFolder | |
| ImapSessionImpl | |
| ImapSessionState |
Enumerated type representing an IMAP session state.
|
| Exception | Description |
|---|---|
| AuthorizationException |
Thrown when a user attempts to do something (e.g.
|
| ProtocolException |
Copyright © 2006–2017 Icegreen Technologies. All rights reserved.