Package | Description |
---|---|
com.sun.mail.dsn |
Support for creating and parsing Delivery Status Notifications.
|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.util.logging |
Contains JavaMailTM extensions for
the JavaTM platform's core logging
facilities.
|
javax.mail.internet |
Classes specific to Internet mail systems.
|
Modifier and Type | Method and 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 and Description |
---|---|
void |
MultipartReport.setTextBodyPart(MimeBodyPart mbp)
Set the body part containing the text to be presented to the
user.
|
Modifier and Type | Class and Description |
---|---|
class |
IMAPBodyPart
An IMAP body part.
|
Modifier and Type | Method and Description |
---|---|
private MimeBodyPart |
MailHandler.createBodyPart()
Factory to create the in-line body part.
|
private MimeBodyPart |
MailHandler.createBodyPart(int index)
Factory to create the attachment body part.
|
Modifier and Type | Method and Description |
---|---|
private void |
MailHandler.setContent(MimeBodyPart part,
java.lang.CharSequence buf,
java.lang.String type)
Set the content for a part using the encoding assigned to the handler.
|
Modifier and Type | Class and Description |
---|---|
class |
PreencodedMimeBodyPart
A MimeBodyPart that handles data that has already been encoded.
|
Modifier and Type | Method and 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.
|
private MimeBodyPart |
MimeMultipart.createMimeBodyPartIs(java.io.InputStream is) |