Uses of Class
jakarta.mail.internet.MimeMessage
Package
Description
Classes specific to Internet mail systems.
Support for creating and parsing Delivery Status Notifications.
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
A POP3 protocol provider for the Jakarta Mail API
that provides access to a POP3 message store.
An SMTP protocol provider for the Jakarta Mail API
that provides access to an SMTP server.
-
Uses of MimeMessage in jakarta.mail.internet
Modifier and TypeMethodDescriptionprotected MimeMessage
MimeMessage.createMimeMessage
(Session session) Create and return a MimeMessage object.ModifierConstructorDescriptionMimeMessage
(MimeMessage source) Constructs a new MimeMessage with content initialized from thesource
MimeMessage. -
Uses of MimeMessage in org.eclipse.angus.mail.dsn
Modifier and TypeClassDescriptionclass
A special MimeMessage object that contains only message headers, no content.Modifier and TypeMethodDescriptionMultipartReport.getReturnedMessage()
Get the original message that is being returned along with this multipart/report.Modifier and TypeMethodDescriptionvoid
MultipartReport.setReturnedMessage
(MimeMessage msg) Set the original message to be returned as part of the multipart/report.ModifierConstructorDescriptionMultipartReport
(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. -
Uses of MimeMessage in org.eclipse.angus.mail.gimap
-
Uses of MimeMessage in org.eclipse.angus.mail.imap
-
Uses of MimeMessage in org.eclipse.angus.mail.pop3
-
Uses of MimeMessage in org.eclipse.angus.mail.smtp
Modifier and TypeClassDescriptionclass
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.ModifierConstructorDescriptionSMTPMessage
(MimeMessage source) Constructs a new SMTPMessage with content initialized from thesource
MimeMessage.