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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Folder |
IMAPStore.getFolder(URLName urlname)
Returns the folder whose name is the file part of the specified URLName.
|
Constructor and Description |
---|
IMAPStore(Session session,
URLName url)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
URLName |
MaildirFolder.getURLName()
Return a URLName representing this folder.
|
Modifier and Type | Method and Description |
---|---|
Folder |
MaildirStore.getFolder(URLName urlname)
Returns the folder specified by the filename of the URLName.
|
Constructor and Description |
---|
MaildirStore(Session session,
URLName urlname)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
URLName |
MboxFolder.getURLName()
Return a URLName representing this folder.
|
Modifier and Type | Method and Description |
---|---|
Folder |
MboxStore.getFolder(URLName urlname)
Returns the folder specified by the filename of the URLName.
|
protected void |
MboxStore.setURLName(URLName url)
Sets the correct form of the URLName.
|
Constructor and Description |
---|
MboxStore(Session session,
URLName urlname)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Folder |
NNTPStore.getFolder(URLName url)
Returns the folder whose name corresponds to the
file part
of the specified URL. |
Constructor and Description |
---|
NNTPStore(Session session,
URLName url)
Constructor.
|
NNTPTransport(Session session,
URLName url)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Folder |
POP3Store.getFolder(URLName urlname)
Returns the folder whose name is the file part of the specified URLName.
|
Constructor and Description |
---|
POP3Store(Session session,
URLName urlname)
Constructor.
|
Constructor and Description |
---|
SMTPTransport(Session session,
URLName urlName)
Creates a new
SMTPTransport instance. |
Modifier and Type | Field and Description |
---|---|
protected URLName |
Service.url
The URLName of this service.
|
Modifier and Type | Method and Description |
---|---|
URLName |
Service.getURLName()
Return a URLName representing this service.
|
URLName |
Folder.getURLName()
Return a URLName that can be used as a handle to access this folder.
|
Modifier and Type | Method and Description |
---|---|
abstract Folder |
Store.getFolder(URLName url)
Returns the folder corresponding to the given URLName.
|
Folder |
Session.getFolder(URLName url)
Get a closed Folder object for the given URLName.
|
PasswordAuthentication |
Session.getPasswordAuthentication(URLName url)
Return any saved PasswordAuthentication for this(store or transport)
URLName.
|
Store |
Session.getStore(URLName url)
Get a Store object for the given URLName.
|
Transport |
Session.getTransport(URLName url)
Get a Transport object for the given URLName.
|
void |
Session.setPasswordAuthentication(URLName url,
PasswordAuthentication pw)
Save a PasswordAuthentication for this(store or transport) URLName.
|
protected void |
Service.setURLName(URLName url)
Set the URLName representing this service.
|
Constructor and Description |
---|
Service(Session session,
URLName url)
Constructor.
|
Store(Session session,
URLName url)
Constructor.
|
Transport(Session session,
URLName url)
Constructor.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved