See: Description
Class | Description |
---|---|
DeliveryStatus |
A message/delivery-status message content, as defined in
RFC 3464.
|
DispositionNotification |
A message/disposition-notification message content, as defined in
RFC 3798.
|
MessageHeaders |
A special MimeMessage object that contains only message headers,
no content.
|
MultipartReport |
A multipart/report message content, as defined in
RFC 3462.
|
Report |
An abstract report type, to be included in a MultipartReport.
|
Support for creating and parsing Delivery Status Notifications. Refer to RFC 3462 and RFC 3464 for more information.
A Delivery Status Notification is a MIME message with a Content-Type
of multipart/report
.
A MultipartReport
object
represents the content of such a message.
The MultipartReport object contains several parts that represent the
information in a delivery status notification.
The first part is usually a text/plain
part that
describes the reason for the notification.
The second part is a message/delivery-status
part,
which is represented by a
DeliveryStatus
object, and contains
details about the notification.
The third part is either an entire copy of the original message
that is returned, represented by a
MimeMessage
object, or
just the headers of the original message, represented by a
MessageHeaders
object.
To use the classes in this package, include dsn.jar
in your class path.
Classes in this package log debugging information using
java.util.logging
as described in the following table:
Logger Name | Logging Level | Purpose |
---|---|---|
com.sun.mail.dsn | FINER | General debugging output |
WARNING: The APIs unique to this package should be considered EXPERIMENTAL. They may be changed in the future in ways that are incompatible with applications using the current APIs.
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.