Package org.subethamail.smtp.server

Interface Summary
Command Describes a SMTP command
ConnectionContext This context is used for managing information about a connection.
 

Class Summary
AbstractMessageHandler A simple base class to make implementing message handlers easier.
BaseCommand  
CommandHandler This class manages execution of a SMTP command.
ConnectionHandler The thread that handles a connection.
HelpMessage  
MessageListenerAdapter MessageHandlerFactory implementation which adapts to a collection of MessageListeners.
Session A sesssion describes events which happen during a SMTP session.
SMTPServer Main SMTPServer class.
 

Enum Summary
CommandRegistry Enumerates all the Commands made available in this release.
 

Exception Summary
CommandException  
InvalidCommandNameException  
UnknownCommandException