Interface | Description |
---|---|
EmailTransport |
EmailTransport defines the interface for classes that can
send EmailMessage objects.
|
Class | Description |
---|---|
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 | Description |
---|---|
EmailException |
A EmailException is thrown by the various email classes
to signify errors in a configuration file.
|
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.