Package | Description |
---|---|
com.sun.mail.dsn |
Support for creating and parsing Delivery Status Notifications.
|
com.sun.mail.gimap |
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
|
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.internet |
Classes specific to Internet mail systems.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageHeaders
A special MimeMessage object that contains only message headers,
no content.
|
Modifier and Type | Method and Description |
---|---|
MimeMessage |
MultipartReport.getReturnedMessage()
Get the original message that is being returned along with this
multipart/report.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartReport.setReturnedMessage(MimeMessage msg)
Set the original message to be returned as part of the
multipart/report.
|
Constructor and Description |
---|
MultipartReport(String text,
Report report,
MimeMessage msg)
Construct a multipart/report object with the specified plain
text, report, and original message to be returned to the user.
|
Modifier and Type | Class and Description |
---|---|
class |
GmailMessage
A Gmail message.
|
Modifier and Type | Class and Description |
---|---|
class |
IMAPMessage
This class implements an IMAPMessage object.
|
Modifier and Type | Class and Description |
---|---|
class |
POP3Message
A POP3 Message.
|
Modifier and Type | Class and 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.
|
Constructor and Description |
---|
SMTPMessage(MimeMessage source)
Constructs a new SMTPMessage with content initialized from the
source MimeMessage. |
Modifier and Type | Method and Description |
---|---|
protected MimeMessage |
MimeMessage.createMimeMessage(Session session)
Create and return a MimeMessage object.
|
Constructor and Description |
---|
MimeMessage(MimeMessage source)
Constructs a new MimeMessage with content initialized from the
source MimeMessage. |
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.