| 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 | Method | Description |
|---|---|---|
MimeBodyPart |
MultipartReport.getTextBodyPart() |
Return the body part containing the message to be presented to
the user, usually just a text/plain part.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MultipartReport.setTextBodyPart(MimeBodyPart mbp) |
Set the body part containing the text to be presented to the
user.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PreencodedMimeBodyPart |
A MimeBodyPart that handles data that has already been encoded.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(java.io.InputStream is) |
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
|
protected MimeBodyPart |
MimeMultipart.createMimeBodyPart(InternetHeaders headers,
byte[] content) |
Create and return a MimeBodyPart object to represent a
body part parsed from the InputStream.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms< /a>.