Uses of Class
org.eclipse.angus.mail.dsn.Report
Package
Description
Support for creating and parsing Delivery Status Notifications.
-
Uses of Report in org.eclipse.angus.mail.dsn
Modifier and TypeClassDescriptionclass
A message/delivery-status message content, as defined in RFC 3464.class
A message/disposition-notification message content, as defined in RFC 3798.Modifier and TypeMethodDescriptionMultipartReport.getReport()
Get the report associated with this multipart/report.Modifier and TypeMethodDescriptionvoid
Set the report associated with this multipart/report.ModifierConstructorDescriptionMultipartReport
(String text, Report report) Construct a multipart/report object with the specified plain text and report type (DeliveryStatus or DispositionNotification) to be returned to the user.MultipartReport
(String text, Report report, InternetHeaders hdr) Construct a multipart/report object with the specified plain text, report, and headers from the original message to be returned to the user.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.