Package org.apache.james.protocols.smtp

Interface Summary
DNSService Provides abstraction for DNS resolutions.
MailEnvelope The MailEnvelope of a SMTP-Transaction
SMTPConfiguration Provides a number of server-wide constant values to the SMTPHandlers
SMTPServerMBean An interface to expose James management functionality through JMX.
SMTPSession All the handlers access this interface to communicate with SMTPHandler object
 

Class Summary
MailEnvelopeImpl MailEnvelope implementation which stores everything in memory
SMTPConfigurationImpl  
SMTPProtocol  
SMTPProtocolHandlerChain This ProtocolHandlerChain implementation add all needed handlers to the chain to act as full blown SMTPServer.
SMTPRequest SMTPRequest which contains a command and an optional argument
SMTPResponse Contains an SMTP result
SMTPRetCode Result code defined in RFC 2821
SMTPSessionImpl SMTPSession implementation
SMTPStartTLSResponse This SMTPResponse should only be used once you want to start tls after the SMTPResponse was written to the client
 

Exception Summary
TemporaryResolutionException  
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.