Package com.icegreen.greenmail.imap

Interface Summary
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 Summary
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 Summary
AuthorizationException Thrown when a user attempts to do something (e.g.
ProtocolException