| Address |
This class represents an Internet e-mail address using the syntax of RFC822.
|
| BinaryContentHandler |
Implementation of DataContentHandler that handles MIME types handled as base64 encoded byte arrays.
It also handle Streams, reading from the input stream on demand to avoid excessive memory load.
|
| DataContentHandler |
Defines the basic interface for implementations of DataContentHandler.
|
| DataHandler |
Maps a MIME type into an instance of a DataContentHandler.
|
| Folder |
Folder is an abstract class that represents a folder for mail messages.
|
| MailSession |
Used to store properties used by the messaging API.
|
| Message |
This class represents a MIME style e-mail message.
|
| Multipart |
Multipart is a container that holds multiple body parts.
|
| Part |
This class represents a MIME body part, which are contained by Multipart objects.
|
| POP3Folder |
A POP3 Folder (can only be "INBOX").
|
| POP3Store |
A POP3 Message Store.
|
| Service |
An abstract class that models a message store and its access protocol, for storing and retrieving messages.
|
| SMTPSSLTransport |
This class implements the Transport abstract class using SMTP for message submission and transport over secure sockets.
|
| SMTPTransport |
This class implements the Transport abstract class using SMTP for message submission and transport.
|
| Store |
An abstract class that models a message store and its access protocol, for storing and retrieving messages.
|
| TextContentHandler |
Implementation of DataContentHandler that handles textual (not encoded) MIME types.
|
| Transport |
An abstract class that models a message transport.
|