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 | Class and Description |
---|---|
class |
IMAPStore
The storage class implementing the IMAP4rev1 mail protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
MaildirStore
The storage class implementing the Maildir mailbox format.
|
Modifier and Type | Class and Description |
---|---|
class |
MboxStore
The storage class implementing the Mbox mailbox file format.
|
Modifier and Type | Class and Description |
---|---|
class |
NNTPStore
An NNTP store provider.
|
class |
NNTPTransport
An NNTP transport provider.
|
Modifier and Type | Class and Description |
---|---|
class |
POP3Store
The storage class implementing the POP3 mail protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SMTPTransport
This transport handles communications with an SMTP server.
|
Modifier and Type | Class and Description |
---|---|
class |
Store
A message store that can be used to save and retrieve messages.
|
class |
Transport
A message transport mechanism that can be used to deliver messages.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved