| Package | Description |
|---|---|
| com.sun.mail.dsn |
Support for creating and parsing Delivery Status Notifications.
|
| com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
| com.sun.mail.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
| com.sun.mail.smtp |
An SMTP protocol provider for the JavaMail API
that provides access to an SMTP server.
|
| javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
| javax.mail.internet |
Classes specific to Internet mail systems.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MessageHeaders |
A special MimeMessage object that contains only message headers,
no content.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
IMAPMessage |
This class implements an IMAPMessage object.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
POP3Message |
A POP3 Message.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SMTPMessage |
This class is a specialization of the MimeMessage class that allows
you to specify various SMTP options and parameters that will be
used when this message is sent over SMTP.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BodyPart |
This class models a Part that is contained within a Multipart.
|
class |
Message |
This class models an email message.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected Part |
Multipart.parent |
The
Part containing this Multipart,
if known. |
| Modifier and Type | Method | Description |
|---|---|---|
Part |
Multipart.getParent() |
Return the
Part that contains this Multipart
object, or null if not known. |
Part |
MessageContext.getPart() |
Return the Part that contains the content.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Multipart.setParent(Part parent) |
Set the parent of this
Multipart to be the specified
Part. |
| Constructor | Description |
|---|---|
MessageContext(Part part) |
Create a MessageContext object describing the context of the given Part.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MimePart |
The MimePart interface models an Entity as defined
by MIME (RFC2045, Section 2.4).
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MimeBodyPart |
This class represents a MIME body part.
|
class |
MimeMessage |
This class represents a MIME style email message.
|
class |
PreencodedMimeBodyPart |
A MimeBodyPart that handles data that has already been encoded.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms< /a>.