Uses of Class
org.eclipse.angus.mail.dsn.Report
-
-
Uses of Report in org.eclipse.angus.mail.dsn
Subclasses of Report in org.eclipse.angus.mail.dsn Modifier and Type Class Description classDeliveryStatusA message/delivery-status message content, as defined in RFC 3464.classDispositionNotificationA message/disposition-notification message content, as defined in RFC 3798.Methods in org.eclipse.angus.mail.dsn that return Report Modifier and Type Method Description ReportMultipartReport. getReport()Get the report associated with this multipart/report.Methods in org.eclipse.angus.mail.dsn with parameters of type Report Modifier and Type Method Description voidMultipartReport. setReport(Report report)Set the report associated with this multipart/report.Constructors in org.eclipse.angus.mail.dsn with parameters of type Report Constructor Description MultipartReport(java.lang.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(java.lang.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(java.lang.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.
-