Package org.apache.james.imapserver

Interface Summary
ACL Interface for objects representing for an IMAP4rev1 Access Control List.
ACLMailbox Interface for objects representing an IMAP4rev1 mailbox (folder) with embedded Access Control List.
FolderRecord Interface for objects representing the record of a folder on an IMAP host.
Host A host machine that has an IMAP4rev1 messaging server.
IMAPSystem An IMAP4rev1 messaging system, possible containing multiple Hosts.
Mailbox Interface for objects representing an IMAP4rev1 mailbox (folder).
MailboxEventListener Interface for objects that need to be informed of changes in a Mailbox.
MailboxEventSource Interface for objects that are sources for Mailbox Events.
MessageAttributes Interface for objects holding IMAP4rev1 Message Attributes.
RecordRepository Interface for objects representing a Repository of FolderRecords.
 

Class Summary
BaseCommand Provides methods useful for IMAP command objects.
CommandFetch Implements the IMAP FETCH command for a given ImapRequest.
CommandStore Implements the IMAP FETCH command for a given ImapRequest.
DefaultRecordRepository Implementation of a RecordRepository on a FileSystem.
FileMailbox Object representing an IMAP4rev1 mailbox (folder) on a local file system.
Flags The set of flags associated with a message.
ImapRequest An single client request to an IMAP server, with necessary details for command processing
IMAPServer The Server listens on a specified port and passes connections to a ConnectionHandler.
JamesHost A single host that has an IMAP4rev1 messaging server.
MailboxEvent EventObject representing a change in a Mailbox which needs to be communicated to MailboxEventListeners.
MessageHeader Class for holding the name-value pairs of an RFC822 or MIME header.
MimeMessageFileSource  
SimpleFolderRecord Object representing the record of a folder in an IMAP on an IMAP Host.
SimpleMessageAttributes Attributes of a Message in IMAP4rev1 style.
SimpleSystem A simple, single-server, implementation of IMAPSystem.
SingleThreadedConnectionHandler An IMAP Handler handles one IMAP connection.
 

Exception Summary
MailboxException Thrown on an inappropriate attempt to reference a mailbox.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.