Package | Description |
---|---|
gnu.mail.providers | |
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.internet |
Classes modelling Internet mail systems.
|
Modifier and Type | Class | Description |
---|---|---|
class |
gnu.mail.providers.ReadOnlyMessage |
Abstract read-only message.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IMAPBodyPart |
A MIME body part of an IMAP multipart message.
|
class |
IMAPMessage |
The message class implementing the IMAP4 mail protocol.
|
Constructor | Description |
---|---|
IMAPMultipart(IMAPMessage message,
Part parent,
java.lang.String subtype) |
Called by the IMAPMessage.
|
Modifier and Type | Class | Description |
---|---|---|
class |
MaildirMessage |
The message class implementing the Maildir mail protocol.
|
Modifier and Type | Class | Description |
---|---|---|
class |
MboxMessage |
The message class implementing the Mbox mail protocol.
|
Modifier and Type | Class | Description |
---|---|---|
class |
NNTPMessage |
A JavaMail MIME message delegate for an NNTP article.
|
Modifier and Type | Class | Description |
---|---|---|
class |
POP3Message |
The message class implementing the POP3 mail protocol.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BodyPart |
A MIME body part.
|
class |
Message |
An abstract mail message, consisting of headers and content.
|
Modifier and Type | Field | Description |
---|---|---|
protected Part |
Multipart.parent |
The part containing this multipart, if known.
|
Modifier and Type | Method | Description |
---|---|---|
Part |
Multipart.getParent() |
Returns the part containing this multipart, or
null if
not known. |
Part |
MessageContext.getPart() |
Returns the part containing the content.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Multipart.setParent(Part part) |
Sets the parent of this multipart.
|
Constructor | Description |
---|---|
MessageContext(Part part) |
Creates a message context describing the given part.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
MimePart |
A MIME part is an Entity as defined by MIME (RFC2045, Section 2.4).
|
Modifier and Type | Class | Description |
---|---|---|
class |
MimeBodyPart |
A MIME body part.
|
class |
MimeMessage |
A MIME mail message.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved