Package | Description |
---|---|
com.sun.mail.dsn |
Support for creating and parsing Delivery Status Notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
DeliveryStatus
A message/delivery-status message content, as defined in
RFC 3464.
|
class |
DispositionNotification
A message/disposition-notification message content, as defined in
RFC 3798.
|
Modifier and Type | Method and Description |
---|---|
Report |
MultipartReport.getReport()
Get the report associated with this multipart/report.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipartReport.setReport(Report report)
Set the report associated with this multipart/report.
|
Constructor and Description |
---|
MultipartReport(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.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.