Package org.clapper.util.mail

org.clapper.util.mail - Mail Classes.

See:
          Description

Interface Summary
EmailTransport EmailTransport defines the interface for classes that can send EmailMessage objects.
 

Class Summary
EmailAddress This class encodes an RFC822-compliant email address is a simplified container, hiding the gory details of the underlying Java Mail API.
EmailMessage The EmailMessage class is a simplified front-end to a portion of Sun's Java Mail API.
MultipartSubtype Constant instances of this class are used to tell an EmailMessage object the type of the multipart email message ("mixed" or "alternative").
SMTPEmailTransport SMTPEmailTransport defines a class that sends EmailMessage objects via the Simple Mail Transfer Protocol (SMTP).
StringDataSource StringDataSource implements the Java Activation Framework's DataSource interface to enable using a string as a data source.
 

Exception Summary
EmailException A EmailException is thrown by the various email classes to signify errors in a configuration file.
 

Package org.clapper.util.mail Description

org.clapper.util.mail - Mail Classes.

This package contains a simplified front-end to a portion of Sun's Java Mail API, permitting easy compostion and sending of email messages.



Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.