| Class Summary | |
|---|---|
| Address | An address representing an endpoint in a messaging system. |
| AddressException | An exception thrown when an incorrectly formatted address is encountered. |
| AddressStringTerm | A string comparison of message addresses. |
| AddressTerm | A comparison of message addresses. |
| AndTerm | A logical AND of a number of search terms. |
| AuthenticationFailedException |
An exception thrown to indicate that authentication failed during a
service's connect method.
|
| Authenticator | Callback object that can be used to obtain password information during authentication. |
| BodyPart | A MIME body part. |
| BodyTerm | A textual search of the message content. |
| ComparisonTerm | A comparison for scalar values. |
| ConnectionAdapter | An adapter for connection events. |
| ConnectionEvent | A connection event. |
| ConnectionListener | A listener for connection events. |
| ContentDisposition | A MIME Content-Disposition value. |
| ContentType | A MIME Content-Type value. |
| DateTerm | A date comparison. |
| FetchProfile | Specification of the facets of a message that are to be preloaded from the server. |
| FetchProfile.Item | Base class of all the facets of a message that can be fetched. |
| Flags | The set of flags on a message. |
| Flags.Flag | An individual system flag. |
| FlagTerm | A comparison of message flags. |
| Folder | A folder is a hierarchical messaging container in a store. |
| FolderAdapter | An adapter for folder events. |
| FolderClosedException | An exception thrown when a method is invoked on a closed folder or one of its messages. |
| FolderEvent | A folder event. |
| FolderListener | A listener for folder events. |
| FolderNotFoundException | An exception thrown when a methods is invoked on a nonexistent folder. |
| FromStringTerm | A string comparison of the From address header. |
| FromTerm | A comparison of the From address. |
| Header | A header is a name/value pair containing metadata about a message's content and/or routing information. |
| HeaderTerm | A case-insensitive string comparison of message header values. |
| HeaderTokenizer | A lexer for RFC 822 and MIME headers. |
| HeaderTokenizer.Token | A token returned by the lexer. |
| IllegalWriteException | An exception thrown when a modification of a read-only property is attempted. |
| IMAPBodyPart | A MIME body part of an IMAP multipart message. |
| IMAPFolder | The folder class implementing the IMAP4rev1 mail protocol. |
| IMAPMessage | The message class implementing the IMAP4 mail protocol. |
| IMAPMultipart | An IMAP multipart component. |
| IMAPMultipartDataSource | An IMAP multipart component. |
| IMAPStore | The storage class implementing the IMAP4rev1 mail protocol. |
| IMAPTest | Simple test for IMAP. |
| IntegerComparisonTerm | An integer comparison. |
| InternetAddress | An RFC 822 address. |
| InternetHeaders | A collection of RFC 822 headers. |
| MaildirFolder | The folder class implementing a Maildir-format mailbox. |
| MaildirMessage | The message class implementing the Maildir mail protocol. |
| MaildirStore | The storage class implementing the Maildir mailbox format. |
| MailDateFormat | A date format that applies the rules specified by the Internet Draft draft-ietf-drums-msg-fmt-08 dated January 26, 2000. |
| MailEvent | Common base class for mail events, defining the dispatch method. |
| MboxFolder | The folder class implementing a UNIX mbox-format mailbox. |
| MboxMessage | The message class implementing the Mbox mail protocol. |
| MboxStore | The storage class implementing the Mbox mailbox file format. |
| Message | An abstract mail message, consisting of headers and content. |
| MessageAware | A data source may implement this interface to supply information to a data content handler about the message context of the data content. |
| MessageChangedEvent | A message change event. |
| MessageChangedListener | A listener for message changed events. |
| MessageContext | The context of a datum of message content. |
| MessageCountAdapter | An adapter for message count events. |
| MessageCountEvent | A change in the number of messages in a folder. |
| MessageCountListener | A listener for message count events. |
| MessageIDTerm | A comparison for the RFC822 "Message-Id", a string message identifier for Internet messages that is supposed to be unique per message. |
| MessageNumberTerm | A comparison of message numbers. |
| MessageRemovedException | An exception thrown when an invalid method is invoked on an expunged message. |
| Message.RecipientType | The types of recipients to which a message can be sent. |
| MessagingException | A general messaging exception. |
| MethodNotSupportedException | An exception thrown when an operation is not supported by the implementation. |
| MimeBodyPart | A MIME body part. |
| MimeMessage | A MIME mail message. |
| MimeMessage.RecipientType | Additional recipient types specific to internet messages. |
| MimeMultipart | A MIME multipart container. |
| MimePart | A MIME part is an Entity as defined by MIME (RFC2045, Section 2.4). |
| MimePartDataSource | A data source that manages content for a MIME part. |
| MimeUtility | This is a utility class providing micellaneous MIME-related functionality. |
| Multipart | A multipart is a container for multiple body parts. |
| MultipartDataSource | A data source that contains body parts. |
| NewsAddress | An RFC 1036 newsgroup address. |
| NNTPFolder | A JavaMail folder delegate for an NNTP newsgroup. |
| NNTPMessage | A JavaMail MIME message delegate for an NNTP article. |
| NNTPStore | An NNTP store provider. |
| NNTPTransport | An NNTP transport provider. |
| NoSuchProviderException | An exception thrown on an attempt to instantiate a provider that doesn't exist. |
| NotTerm | Provides the logical negation of the target term. |
| OrTerm | A logical OR of a number of search terms. |
| ParameterList | A list of MIME parameters. |
| ParseException | An exception thrown to indicate an error parsing RFC822 or MIME headers. |
| Part | A part consists of a set of attributes and a content. |
| PasswordAuthentication | Container for a username/password combination. |
| POP3Folder | The folder class implementing the POP3 mail protocol. |
| POP3Message | The message class implementing the POP3 mail protocol. |
| POP3Store | The storage class implementing the POP3 mail protocol. |
| Provider | A description of a messaging implementation that can store or send messages. |
| Provider.Type | A provider type (STORE or TRANSPORT). |
| ReadOnlyFolderException | An exception thrown when an attempt is made to open a folder in read-write mode when the folder can only be opened read-only. |
| ReceivedDateTerm | A comparison of message received dates. |
| RecipientStringTerm | A string comparison of the recipient headers in a message. |
| RecipientTerm | A comparison of recipient headers in a message. |
| SearchException | An exception thrown to indicate that a search expression could not be handled by the store implementation. |
| SearchTerm | A search expression is represented as a tree of search terms. |
| SendFailedException | An exception thrown when a message cannot be sent. |
| SentDateTerm | A comparison of message sent dates. |
| Service | An abstract messaging service (store or transport). |
| Session | A session represents the context of a messaging transaction. |
| SharedInputStream | An InputStream backed by data that can be shared by multiple readers. |
| SizeTerm | A comparison of message sizes. |
| SMTPTransport | This transport handles communications with an SMTP server. |
| Store | A message store that can be used to save and retrieve messages. |
| StoreClosedException | An exception thrown when a method is invoked on a message or folder whose owner store has been closed for some reason. |
| StoreEvent | A store notification event. |
| StoreListener | A listener for store notifications. |
| StringTerm | A comparison of string values. |
| SubjectTerm | A comparison of message subject headers. |
| Transport | A message transport mechanism that can be used to deliver messages. |
| TransportAdapter | An adapter for transport events. |
| TransportEvent | A transport event. |
| TransportListener | A listener for transport events. |
| UIDFolder | A folder that supports permanent references to messages in the form of a long integer (i.e. an IMAP folder). |
| UIDFolder.FetchProfileItem | A fetch profile item for fetching UIDs. |
| URLName | The name of a URL. |