Package | Description |
---|---|
com.sun.mail.dsn |
Support for creating and parsing Delivery Status Notifications.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
Report |
MultipartReport.getReport() |
Get the report associated with this multipart/report.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MultipartReport.setReport(Report report) |
Set the report associated with this multipart/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.
|
Copyright © 2018 Oracle. All rights reserved.