Package | Description |
---|---|
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 | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IMAPStore
The storage class implementing the IMAP4rev1 mail protocol.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MaildirStore
The storage class implementing the Maildir mailbox format.
|
Constructor and Description |
---|
MaildirFolder(Store store,
java.lang.String filename)
Constructor.
|
MaildirFolder(Store store,
java.lang.String filename,
boolean root,
boolean inbox)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MboxStore
The storage class implementing the Mbox mailbox file format.
|
Constructor and Description |
---|
MboxFolder(Store store,
java.io.File file,
boolean inbox)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
NNTPStore
An NNTP store provider.
|
Modifier and Type | Class and Description |
---|---|
class |
POP3Store
The storage class implementing the POP3 mail protocol.
|
Constructor and Description |
---|
POP3Folder(Store store,
int type)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Store |
Folder.store
The parent store.
|
Modifier and Type | Method and Description |
---|---|
Store |
Session.getStore()
Get a Store object that implements this user's desired Store protocol.
|
Store |
Folder.getStore()
Returns the parent store.
|
Store |
StoreClosedException.getStore()
Returns the store.
|
Store |
Session.getStore(Provider provider)
Get an instance of the store specified by Provider.
|
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.
|
Constructor and Description |
---|
Folder(Store store)
Constructor.
|
StoreClosedException(Store store) |
StoreClosedException(Store store,
java.lang.String message) |
Constructor and Description |
---|
StoreEvent(Store source,
int type,
java.lang.String message)
Constructor.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved