Package org.apache.james.smtpserver

Provides classes implementing SMTP functionality.

See:
          Description

Interface Summary
SMTPHandlerConfigurationData Provides a number of server-wide constant values to the SMTPHandlers
 

Class Summary
SizeLimitedInputStream Wraps an underlying input stream, limiting the allowable size of incoming data.
SMTPHandler Provides SMTP functionality by carrying out the server side of the SMTP interaction.
SMTPInputStream Removes the dot-stuffing happening during the SMTP DATA transport
SMTPServer Accepts SMTP connections on a server socket and dispatches them to SMTPHandlers.
 

Exception Summary
MessageSizeException This exception is used to indicate when a new MimeMessage has exceeded the maximum message size for the server, as configured in the conf file.
 

Package org.apache.james.smtpserver Description

Provides classes implementing SMTP functionality.



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."