|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use javax.mail | |
|---|---|
| gnu.mail.providers | |
| gnu.mail.providers.imap | This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501. |
| gnu.mail.providers.maildir |
This is a provider for Dan Bernstein's Maildir mailbox format,
used primarily by the qmail MTA, and
also by some MUAs such as mutt. |
| gnu.mail.providers.mbox |
This is a provider for the UNIX mbox mailbox file format, used
by many 3rd-party MUAs including Netscape, Mozilla, mutt, elm, and pine. |
| gnu.mail.providers.nntp | This is a provider for the Network News Transfer Protocol (NNTP), as detailed in RFC 977. |
| gnu.mail.providers.pop3 | This is a provider for the Internet Post Office Protocol, version 3 (POP3), as detailed in RFC 1939. |
| gnu.mail.providers.smtp | A provider for the Simple Mail Transfer Protocol (SMTP), as detailed in RFC 2821, including support for ESMTP service extensions. |
| javax.mail | Classes modelling a mail system. |
| javax.mail.event | Event objects and listener interfaces for JavaMail. |
| javax.mail.internet | Classes modelling Internet mail systems. |
| javax.mail.search | Search expressions for executing searches on the messages in a folder. |
| Classes in javax.mail used by gnu.mail.providers | |
|---|---|
| Message
An abstract mail message, consisting of headers and content. |
|
| Part
A part consists of a set of attributes and a content. |
|
| Classes in javax.mail used by gnu.mail.providers.imap | |
|---|---|
| BodyPart
A MIME body part. |
|
| FetchProfile
Specification of the facets of a message that are to be preloaded from the server. |
|
| Flags
The set of flags on a message. |
|
| Flags.Flag
An individual system flag. |
|
| Folder
A folder is a hierarchical messaging container in a store. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| MessagingException
A general messaging exception. |
|
| Multipart
A multipart is a container for multiple body parts. |
|
| MultipartDataSource
A data source that contains body parts. |
|
| Part
A part consists of a set of attributes and a content. |
|
| Service
An abstract messaging service (store or transport). |
|
| Session
A session represents the context of a messaging transaction. |
|
| 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. |
|
| UIDFolder
A folder that supports permanent references to messages in the form of a long integer (i.e. |
|
| URLName
The name of a URL. |
|
| Classes in javax.mail used by gnu.mail.providers.maildir | |
|---|---|
| Flags
The set of flags on a message. |
|
| Folder
A folder is a hierarchical messaging container in a store. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| MessagingException
A general messaging exception. |
|
| Part
A part consists of a set of attributes and a content. |
|
| Service
An abstract messaging service (store or transport). |
|
| Session
A session represents the context of a messaging transaction. |
|
| Store
A message store that can be used to save and retrieve messages. |
|
| URLName
The name of a URL. |
|
| Classes in javax.mail used by gnu.mail.providers.mbox | |
|---|---|
| Flags
The set of flags on a message. |
|
| Folder
A folder is a hierarchical messaging container in a store. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| MessagingException
A general messaging exception. |
|
| Part
A part consists of a set of attributes and a content. |
|
| Service
An abstract messaging service (store or transport). |
|
| Session
A session represents the context of a messaging transaction. |
|
| Store
A message store that can be used to save and retrieve messages. |
|
| URLName
The name of a URL. |
|
| Classes in javax.mail used by gnu.mail.providers.nntp | |
|---|---|
| Address
An address representing an endpoint in a messaging system. |
|
| FetchProfile
Specification of the facets of a message that are to be preloaded from the server. |
|
| Flags
The set of flags on a message. |
|
| Folder
A folder is a hierarchical messaging container in a store. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| MessagingException
A general messaging exception. |
|
| Part
A part consists of a set of attributes and a content. |
|
| Service
An abstract messaging service (store or transport). |
|
| Session
A session represents the context of a messaging transaction. |
|
| Store
A message store that can be used to save and retrieve messages. |
|
| Transport
A message transport mechanism that can be used to deliver messages. |
|
| URLName
The name of a URL. |
|
| Classes in javax.mail used by gnu.mail.providers.pop3 | |
|---|---|
| FetchProfile
Specification of the facets of a message that are to be preloaded from the server. |
|
| Flags
The set of flags on a message. |
|
| Folder
A folder is a hierarchical messaging container in a store. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| MessagingException
A general messaging exception. |
|
| Part
A part consists of a set of attributes and a content. |
|
| Service
An abstract messaging service (store or transport). |
|
| Session
A session represents the context of a messaging transaction. |
|
| Store
A message store that can be used to save and retrieve messages. |
|
| URLName
The name of a URL. |
|
| Classes in javax.mail used by gnu.mail.providers.smtp | |
|---|---|
| Address
An address representing an endpoint in a messaging system. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| MessagingException
A general messaging exception. |
|
| SendFailedException
An exception thrown when a message cannot be sent. |
|
| Service
An abstract messaging service (store or transport). |
|
| Session
A session represents the context of a messaging transaction. |
|
| Transport
A message transport mechanism that can be used to deliver messages. |
|
| URLName
The name of a URL. |
|
| Classes in javax.mail used by javax.mail | |
|---|---|
| Address
An address representing an endpoint in a messaging system. |
|
| Authenticator
Callback object that can be used to obtain password information during authentication. |
|
| BodyPart
A MIME body part. |
|
| 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. |
|
| Folder
A folder is a hierarchical messaging container in a store. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| Message.RecipientType
The types of recipients to which a message can be sent. |
|
| MessageContext
The context of a datum of message content. |
|
| MessagingException
A general messaging exception. |
|
| Multipart
A multipart is a container for multiple body parts. |
|
| MultipartDataSource
A data source that contains body parts. |
|
| NoSuchProviderException
An exception thrown on an attempt to instantiate a provider that doesn't exist. |
|
| Part
A part consists of a set of attributes and a content. |
|
| PasswordAuthentication
Container for a username/password combination. |
|
| Provider
A description of a messaging implementation that can store or send messages. |
|
| Provider.Type
A provider type (STORE or TRANSPORT). |
|
| Quota
A set of quotas for a given quota root. |
|
| Quota.Resource
An individual quota resource. |
|
| Service
An abstract messaging service (store or transport). |
|
| Session
A session represents the context of a messaging transaction. |
|
| Store
A message store that can be used to save and retrieve messages. |
|
| Transport
A message transport mechanism that can be used to deliver messages. |
|
| UIDFolder.FetchProfileItem
A fetch profile item for fetching UIDs. |
|
| URLName
The name of a URL. |
|
| Classes in javax.mail used by javax.mail.event | |
|---|---|
| Address
An address representing an endpoint in a messaging system. |
|
| Folder
A folder is a hierarchical messaging container in a store. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| Store
A message store that can be used to save and retrieve messages. |
|
| Transport
A message transport mechanism that can be used to deliver messages. |
|
| Classes in javax.mail used by javax.mail.internet | |
|---|---|
| Address
An address representing an endpoint in a messaging system. |
|
| BodyPart
A MIME body part. |
|
| Flags
The set of flags on a message. |
|
| Flags.Flag
An individual system flag. |
|
| Folder
A folder is a hierarchical messaging container in a store. |
|
| Header
A header is a name/value pair containing metadata about a message's content and/or routing information. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| Message.RecipientType
The types of recipients to which a message can be sent. |
|
| MessageAware
A data source may implement this interface to supply information to a data content handler about the message context of the data content. |
|
| MessageContext
The context of a datum of message content. |
|
| MessagingException
A general messaging exception. |
|
| Multipart
A multipart is a container for multiple body parts. |
|
| Part
A part consists of a set of attributes and a content. |
|
| Session
A session represents the context of a messaging transaction. |
|
| Classes in javax.mail used by javax.mail.search | |
|---|---|
| Address
An address representing an endpoint in a messaging system. |
|
| Flags
The set of flags on a message. |
|
| Message
An abstract mail message, consisting of headers and content. |
|
| Message.RecipientType
The types of recipients to which a message can be sent. |
|
| MessagingException
A general messaging exception. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||