Package | Description |
---|---|
com.sun.mail.gimap |
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
|
com.sun.mail.iap |
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
Modifier and Type | Class and Description |
---|---|
class |
GmailFolder
A Gmail folder.
|
class |
GmailSSLStore
Support "gimaps" protocol name.
|
class |
GmailStore
A Gmail Store.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ResponseHandler> |
Protocol.handlers |
Modifier and Type | Method and Description |
---|---|
void |
Protocol.addResponseHandler(ResponseHandler h)
Adds a response handler.
|
void |
Protocol.removeResponseHandler(ResponseHandler h)
Removed the specified response handler.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFolder
The default IMAP folder (root of the naming hierarchy).
|
class |
IMAPFolder
This class implements an IMAP folder.
|
class |
IMAPSSLStore
This class provides access to an IMAP message store over SSL.
|
class |
IMAPStore
This class provides access to an IMAP message store.
|
Modifier and Type | Field and Description |
---|---|
private ResponseHandler |
IMAPStore.nonStoreResponseHandler
A special response handler for connections that are being used
to perform operations on behalf of an object other than the Store.
|