- getContent(DataSource) - Method in class com.sun.mail.dsn.message_deliverystatus
-
Return the content.
- getContent(DataSource) - Method in class com.sun.mail.dsn.message_dispositionnotification
-
Return the content.
- getContent(DataSource) - Method in class com.sun.mail.dsn.multipart_report
-
Return the content.
- getContent(DataSource) - Method in class com.sun.mail.dsn.text_rfc822headers
-
- getContentStream() - Method in class com.sun.mail.dsn.MessageHeaders
-
- getDeliveryStatus() - Method in class com.sun.mail.dsn.MultipartReport
-
- getInputStream() - Method in class com.sun.mail.dsn.MessageHeaders
-
- getMessageDSN() - Method in class com.sun.mail.dsn.DeliveryStatus
-
Return all the per-message fields in the delivery status notification.
- getNotifications() - Method in class com.sun.mail.dsn.DispositionNotification
-
Return all the disposition notification fields in the
disposition notification.
- getRecipientDSN(int) - Method in class com.sun.mail.dsn.DeliveryStatus
-
Return the delivery status notification information for
the specified recipient.
- getRecipientDSNCount() - Method in class com.sun.mail.dsn.DeliveryStatus
-
Return the number of recipients for which we have
per-recipient delivery status notification information.
- getReport() - Method in class com.sun.mail.dsn.MultipartReport
-
Get the report associated with this multipart/report.
- getReturnedMessage() - Method in class com.sun.mail.dsn.MultipartReport
-
Get the original message that is being returned along with this
multipart/report.
- getSize() - Method in class com.sun.mail.dsn.MessageHeaders
-
Return the size of this message.
- getText() - Method in class com.sun.mail.dsn.MultipartReport
-
Get the plain text to be presented to the user, if there is any.
- getTextBodyPart() - Method in class com.sun.mail.dsn.MultipartReport
-
Return the body part containing the message to be presented to
the user, usually just a text/plain part.
- getTransferData(DataFlavor, DataSource) - Method in class com.sun.mail.dsn.message_deliverystatus
-
return the Transfer Data of type DataFlavor from InputStream
- getTransferData(DataFlavor, DataSource) - Method in class com.sun.mail.dsn.message_dispositionnotification
-
return the Transfer Data of type DataFlavor from InputStream
- getTransferData(DataFlavor, DataSource) - Method in class com.sun.mail.dsn.multipart_report
-
Return the Transfer Data of type DataFlavor from InputStream.
- getTransferData(DataFlavor, DataSource) - Method in class com.sun.mail.dsn.text_rfc822headers
-
Return the Transfer Data of type DataFlavor from InputStream.
- getTransferDataFlavors() - Method in class com.sun.mail.dsn.message_deliverystatus
-
return the DataFlavors for this DataContentHandler
- getTransferDataFlavors() - Method in class com.sun.mail.dsn.message_dispositionnotification
-
return the DataFlavors for this DataContentHandler
- getTransferDataFlavors() - Method in class com.sun.mail.dsn.multipart_report
-
Return the DataFlavors for this DataContentHandler.
- getTransferDataFlavors() - Method in class com.sun.mail.dsn.text_rfc822headers
-
Return the DataFlavors for this DataContentHandler.
- getType() - Method in class com.sun.mail.dsn.Report
-
Get the MIME subtype of the report.
- message_deliverystatus - Class in com.sun.mail.dsn
-
DataContentHandler for message/delivery-status MIME type.
- message_deliverystatus() - Constructor for class com.sun.mail.dsn.message_deliverystatus
-
- message_dispositionnotification - Class in com.sun.mail.dsn
-
DataContentHandler for message/disposition-notification MIME type.
- message_dispositionnotification() - Constructor for class com.sun.mail.dsn.message_dispositionnotification
-
- messageDSN - Variable in class com.sun.mail.dsn.DeliveryStatus
-
The DSN fields for the message.
- MessageHeaders - Class in com.sun.mail.dsn
-
A special MimeMessage object that contains only message headers,
no content.
- MessageHeaders() - Constructor for class com.sun.mail.dsn.MessageHeaders
-
Construct a MessageHeaders object.
- MessageHeaders(InputStream) - Constructor for class com.sun.mail.dsn.MessageHeaders
-
Constructs a MessageHeaders object from the given InputStream.
- MessageHeaders(InternetHeaders) - Constructor for class com.sun.mail.dsn.MessageHeaders
-
Constructs a MessageHeaders object using the given InternetHeaders.
- multipart_report - Class in com.sun.mail.dsn
-
DataContentHandler for multipart/report MIME type.
- multipart_report() - Constructor for class com.sun.mail.dsn.multipart_report
-
- MultipartReport - Class in com.sun.mail.dsn
-
A multipart/report message content, as defined in
RFC 3462.
- MultipartReport() - Constructor for class com.sun.mail.dsn.MultipartReport
-
Construct a multipart/report object with no content.
- MultipartReport(String, Report) - Constructor for class com.sun.mail.dsn.MultipartReport
-
Construct a multipart/report object with the specified plain
text and report type (DeliveryStatus or DispositionNotification)
to be returned to the user.
- MultipartReport(String, Report, MimeMessage) - Constructor for class com.sun.mail.dsn.MultipartReport
-
Construct a multipart/report object with the specified plain
text, report, and original message to be returned to the user.
- MultipartReport(String, Report, InternetHeaders) - Constructor for class com.sun.mail.dsn.MultipartReport
-
Construct a multipart/report object with the specified plain
text, report, and headers from the original message
to be returned to the user.
- MultipartReport(DataSource) - Constructor for class com.sun.mail.dsn.MultipartReport
-
Constructs a MultipartReport object and its bodyparts from the
given DataSource.