| Package | Description |
|---|---|
| com.sun.mail.util |
Utility classes for use with the JavaMail API.
|
| javax.mail.internet |
Classes specific to Internet mail systems.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MimeUtil.cleanContentType(MimePart mp,
String contentType)
If a Content-Type handler has been specified,
call it to clean up the Content-Type value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MimeBodyPart
This class represents a MIME body part.
|
class |
MimeMessage
This class represents a MIME style email message.
|
class |
PreencodedMimeBodyPart
A MimeBodyPart that handles data that has already been encoded.
|
| Modifier and Type | Field and Description |
|---|---|
protected MimePart |
MimePartDataSource.part
The MimePart that provides the data for this DataSource.
|
| Constructor and Description |
|---|
MimePartDataSource(MimePart part)
Constructor, that constructs a DataSource from a MimePart.
|
Copyright © 2018 Oracle. All rights reserved.