Uses of Package
org.subethamail.smtp

Packages that use org.subethamail.smtp
org.subethamail.smtp   
org.subethamail.smtp.auth   
org.subethamail.smtp.helper   
org.subethamail.smtp.server   
org.subethamail.wiser   
 

Classes in org.subethamail.smtp used by org.subethamail.smtp
AuthenticationHandler
          The interface that enables challenge-response communication necessary for SMTP AUTH.
MessageContext
          Interface which provides context to the message handlers.
MessageHandler
          The interface that defines the conversational exchange of a single message on an SMTP connection.
RejectException
          Thrown to reject an SMTP command with a specific code.
TooMuchDataException
          Thrown by message listeners if an input stream provides more data than the listener can handle.
 

Classes in org.subethamail.smtp used by org.subethamail.smtp.auth
AuthenticationHandler
          The interface that enables challenge-response communication necessary for SMTP AUTH.
AuthenticationHandlerFactory
          The factory interface for creating authentication handlers.
 

Classes in org.subethamail.smtp used by org.subethamail.smtp.helper
MessageContext
          Interface which provides context to the message handlers.
MessageHandler
          The interface that defines the conversational exchange of a single message on an SMTP connection.
MessageHandlerFactory
          The primary interface to be implemented by clients of the SMTP library.
TooMuchDataException
          Thrown by message listeners if an input stream provides more data than the listener can handle.
 

Classes in org.subethamail.smtp used by org.subethamail.smtp.server
AuthenticationHandler
          The interface that enables challenge-response communication necessary for SMTP AUTH.
AuthenticationHandlerFactory
          The factory interface for creating authentication handlers.
MessageContext
          Interface which provides context to the message handlers.
MessageHandler
          The interface that defines the conversational exchange of a single message on an SMTP connection.
MessageHandlerFactory
          The primary interface to be implemented by clients of the SMTP library.
 

Classes in org.subethamail.smtp used by org.subethamail.wiser
TooMuchDataException
          Thrown by message listeners if an input stream provides more data than the listener can handle.
 



Copyright © 2006-2011. All Rights Reserved.