| Class Summary | |
|---|---|
| Address | This abstract class models the addresses in a message. |
| AddressException | |
| AddressStringTerm | A Term that compares two Addresses as Strings. |
| AddressTerm | Term that compares two addresses. |
| AndTerm | Term that implements a logical AND across terms. |
| AuthenticationFailedException | |
| Authenticator | |
| BodyPart | |
| BodyTerm | Term that matches on a message body. |
| ComparisonTerm | Base for comparison terms. |
| ConnectionAdapter | An adaptor that receives connection events. |
| ConnectionEvent | |
| ConnectionListener | Listener for handling connection events. |
| ContentDisposition | |
| ContentType | |
| DateTerm | |
| EventQueue | |
| FetchProfile | A FetchProfile defines a list of message attributes that a client wishes to prefetch from the server during a fetch operation. |
| FetchProfile.Item | Inner class that defines sets of headers that are commonly bundled together in a FetchProfile. |
| Flags | Representation of flags that may be associated with a message. |
| Flags.Flag | |
| FlagTerm | Term for matching message Flags. |
| Folder | An abstract representation of a folder in a mail system; subclasses would implement Folders for each supported protocol. |
| FolderAdapter | An adaptor that receives connection events. |
| FolderClosedException | |
| FolderEvent | |
| FolderListener | |
| FolderNotFoundException | |
| FromStringTerm | |
| FromTerm | |
| Header | Class representing a header field. |
| HeaderTerm | |
| HeaderTokenizer | |
| HeaderTokenizer.Token | |
| IllegalWriteException | |
| IntegerComparisonTerm | A Term that provides comparisons for integers. |
| InternetAddress | A representation of an Internet email address as specified by RFC822 in conjunction with a human-readable personal name that can be encoded as specified by RFC2047. |
| InternetHeaders | Class that represents the RFC822 headers associated with a message. |
| InternetHeaders.InternetHeader | |
| MailDateFormat | Formats ths date as specified by draft-ietf-drums-msg-fmt-08 dated January 26, 2000 which supercedes RFC822. |
| MailEvent | Common base class for mail events. |
| Message | |
| MessageAware | |
| MessageChangedEvent | |
| MessageChangedListener | |
| MessageContext | The context in which a piece of message content is contained. |
| MessageCountAdapter | An adaptor that receives message count events. |
| MessageCountEvent | Event indicating a change in the number of messages in a folder. |
| MessageCountListener | |
| MessageIDTerm | |
| MessageNumberTerm | |
| MessageRemovedException | |
| Message.RecipientType | Enumeration of types of recipients allowed by the Message class. |
| MessagingException | |
| MethodNotSupportedException | |
| MimeBodyPart | |
| MimeMessage | |
| MimeMessage.RecipientType | Extends RecipientType to support addition recipient types. |
| MimeMultipart | |
| MimeMultipart.MimeBodyPartInputStream | |
| MimePart | |
| MimePartDataSource | |
| MimeUtility | |
| Multipart |
A container for multiple BodyParts.
|
| MultipartDataSource | |
| NewsAddress | A representation of an RFC1036 Internet newsgroup address. |
| NoSuchProviderException | |
| NotTerm | Term that implements a logical negation. |
| OrTerm | |
| ParameterList | |
| ParseException | |
| Part | Note: Parts are used in Collections so implementing classes must provide a suitable implementation of equals and hashCode. |
| PasswordAuthentication | A data holder used by Authenticator to contain a username and password. |
| Provider | |
| Provider.Type | A enumeration inner class that defines Provider types. |
| ReadOnlyFolderException | |
| ReceivedDateTerm | |
| RecipientStringTerm | |
| RecipientTerm | |
| SearchException | |
| SearchTerm | Base class for Terms in a parse tree used to represent a search condition. |
| SendFailedException | |
| SentDateTerm | |
| Service | |
| Session | OK, so we have a final class in the API with a heck of a lot of implementation required... let's try and figure out what it is meant to do. |
| Session.ProviderInfo | |
| SharedInputStream | |
| SizeTerm | |
| Store | Abstract class that represents a message store. |
| StoreClosedException | |
| StoreEvent | Event representing motifications from the Store connection. |
| StoreListener | |
| StringTerm | A Term that provides matching criteria for Strings. |
| SubjectTerm | |
| TextHandler | |
| Transport | Abstract class modeling a message transport. |
| TransportAdapter | An adaptor that receives transport events. |
| TransportEvent | |
| TransportListener | |
| UIDFolder | |
| UIDFolder.FetchProfileItem | |
| URLName | |
| XMLHandler | |