Package | Description |
---|---|
com.sun.mail.gimap |
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
javax.mail |
The JavaMail™ API
provides classes that model a mail system.
|
javax.mail.event |
Listeners and events for the JavaMail API.
|
Modifier and Type | Class and Description |
---|---|
class |
GmailSSLStore
Support "gimaps" protocol name.
|
class |
GmailStore
A Gmail Store.
|
Modifier and Type | Class and Description |
---|---|
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 | Class and Description |
---|---|
class |
POP3SSLStore
A POP3 Message Store using SSL.
|
class |
POP3Store
A POP3 Message Store.
|
Modifier and Type | Field and Description |
---|---|
protected Store |
Folder.store
The parent store.
|
Modifier and Type | Method and Description |
---|---|
Store |
StoreClosedException.getStore()
Returns the dead Store object.
|
Store |
Session.getStore()
Get a Store object that implements this user's desired Store
protocol.
|
Store |
Folder.getStore()
Returns the Store that owns this Folder object.
|
Store |
Session.getStore(Provider provider)
Get an instance of the store specified by Provider.
|
Store |
Session.getStore(String protocol)
Get a Store object that implements the specified protocol.
|
Store |
Session.getStore(URLName url)
Get a Store object for the given URLName.
|
Constructor and Description |
---|
Folder(Store store)
Constructor that takes a Store object.
|
StoreClosedException(Store store)
Constructs a StoreClosedException with no detail message.
|
StoreClosedException(Store store,
String message)
Constructs a StoreClosedException with the specified
detail message.
|
StoreClosedException(Store store,
String message,
Exception e)
Constructs a StoreClosedException with the specified
detail message and embedded exception.
|
Constructor and Description |
---|
StoreEvent(Store store,
int type,
String message)
Construct a StoreEvent.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.