| Package | Description |
|---|---|
| com.sun.mail.dsn |
Support for creating and parsing Delivery Status Notifications.
|
| javax.mail.internet |
Classes specific to Internet mail systems.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected InternetHeaders |
DeliveryStatus.messageDSN |
The DSN fields for the message.
|
protected InternetHeaders |
DispositionNotification.notifications |
The disposition notification content fields.
|
protected InternetHeaders[] |
DeliveryStatus.recipientDSN |
The DSN fields for each recipient.
|
| Modifier and Type | Method | Description |
|---|---|---|
InternetHeaders |
DeliveryStatus.getMessageDSN() |
Return all the per-message fields in the delivery status notification.
|
InternetHeaders |
DispositionNotification.getNotifications() |
Return all the disposition notification fields in the
disposition notification.
|
InternetHeaders |
DeliveryStatus.getRecipientDSN(int n) |
Return the delivery status notification information for
the specified recipient.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DeliveryStatus.addRecipientDSN(InternetHeaders h) |
Add deliver status notification information for another
recipient.
|
void |
DeliveryStatus.setMessageDSN(InternetHeaders messageDSN) |
Set the per-message fields in the delivery status notification.
|
void |
DispositionNotification.setNotifications(InternetHeaders notifications) |
Set the disposition notification fields in the
disposition notification.
|
| Constructor | Description |
|---|---|
MessageHeaders(InternetHeaders headers) |
Constructs a MessageHeaders object using the given InternetHeaders.
|
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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected InternetHeaders |
MimeBodyPart.headers |
The InternetHeaders object that stores all the headers
of this body part.
|
protected InternetHeaders |
MimeMessage.headers |
The InternetHeaders object that stores the header
of this message.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected InternetHeaders |
MimeMessage.createInternetHeaders(java.io.InputStream is) |
Create and return an InternetHeaders object that loads the
headers from the given InputStream.
|
protected InternetHeaders |
MimeMultipart.createInternetHeaders(java.io.InputStream is) |
Create and return an InternetHeaders object that loads the
headers from the given InputStream.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InternetHeaders headers,
byte[] content) |
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
|
| Constructor | Description |
|---|---|
MimeBodyPart(InternetHeaders headers,
byte[] content) |
Constructs a MimeBodyPart using the given header and
content bytes.
|
MimeMessage(Folder folder,
InternetHeaders headers,
byte[] content,
int msgnum) |
Constructs a MimeMessage from the given InternetHeaders object
and content.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms< /a>.