|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Store | |
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. |
javax.mail | Classes modelling a mail system. |
javax.mail.event | Event objects and listener interfaces for JavaMail. |
Uses of Store in gnu.mail.providers.imap |
Subclasses of Store in gnu.mail.providers.imap | |
class |
IMAPStore
The storage class implementing the IMAP4rev1 mail protocol. |
Constructors in gnu.mail.providers.imap with parameters of type Store | |
IMAPFolder(Store store,
java.lang.String path)
Constructor. |
|
IMAPFolder(Store store,
java.lang.String path,
char delimiter)
Constructor. |
|
IMAPFolder(Store store,
java.lang.String path,
int type,
char delimiter)
Constructor. |
Uses of Store in gnu.mail.providers.maildir |
Subclasses of Store in gnu.mail.providers.maildir | |
class |
MaildirStore
The storage class implementing the Maildir mailbox format. |
Constructors in gnu.mail.providers.maildir with parameters of type Store | |
MaildirFolder(Store store,
java.lang.String filename,
boolean root,
boolean inbox)
Constructor. |
|
MaildirFolder(Store store,
java.lang.String filename)
Constructor. |
Uses of Store in gnu.mail.providers.mbox |
Subclasses of Store in gnu.mail.providers.mbox | |
class |
MboxStore
The storage class implementing the Mbox mailbox file format. |
Constructors in gnu.mail.providers.mbox with parameters of type Store | |
MboxFolder(Store store,
java.io.File file,
boolean inbox)
Constructor. |
Uses of Store in gnu.mail.providers.nntp |
Subclasses of Store in gnu.mail.providers.nntp | |
class |
NNTPStore
An NNTP store provider. |
Uses of Store in gnu.mail.providers.pop3 |
Subclasses of Store in gnu.mail.providers.pop3 | |
class |
POP3Store
The storage class implementing the POP3 mail protocol. |
Constructors in gnu.mail.providers.pop3 with parameters of type Store | |
POP3Folder(Store store,
int type)
Constructor. |
Uses of Store in javax.mail |
Fields in javax.mail declared as Store | |
protected Store |
Folder.store
The parent store. |
Methods in javax.mail that return Store | |
Store |
StoreClosedException.getStore()
Returns the store. |
Store |
Folder.getStore()
Returns the parent store. |
Store |
Session.getStore()
Get a Store object that implements this user's desired Store protocol. |
Store |
Session.getStore(java.lang.String protocol)
Get a Store object that implements the specified protocol. |
Store |
Session.getStore(URLName url)
Get a Store object for the given URLName. |
Store |
Session.getStore(Provider provider)
Get an instance of the store specified by Provider. |
Constructors in javax.mail with parameters of type Store | |
StoreClosedException(Store store)
|
|
StoreClosedException(Store store,
java.lang.String message)
|
|
Folder(Store store)
Constructor. |
Uses of Store in javax.mail.event |
Constructors in javax.mail.event with parameters of type Store | |
StoreEvent(Store source,
int type,
java.lang.String message)
Constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |