|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimePart | |
|---|---|
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. |
| com.sun.mail.pop3 | A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store. |
| com.sun.mail.smtp | An SMTP protocol provider for the JavaMail API that provides access to an SMTP server. |
| com.sun.mail.util | Utility classes for use with the JavaMail API. |
| javax.mail.internet | Classes specific to Internet mail systems. |
| Uses of MimePart in com.sun.mail.imap |
|---|
| Classes in com.sun.mail.imap that implement MimePart | |
|---|---|
class |
IMAPBodyPart
An IMAP body part. |
class |
IMAPMessage
This class implements an IMAPMessage object. |
class |
IMAPNestedMessage
This class implements a nested IMAP message |
| Constructors in com.sun.mail.imap with parameters of type MimePart | |
|---|---|
IMAPMultipartDataSource(MimePart part,
BODYSTRUCTURE[] bs,
String sectionId,
IMAPMessage msg)
|
|
| Uses of MimePart in com.sun.mail.pop3 |
|---|
| Classes in com.sun.mail.pop3 that implement MimePart | |
|---|---|
class |
POP3Message
A POP3 Message. |
| Uses of MimePart in com.sun.mail.smtp |
|---|
| Classes in com.sun.mail.smtp that implement MimePart | |
|---|---|
class |
SMTPMessage
This class is a specialization of the MimeMessage class that allows you to specify various SMTP options and parameters that will be used when this message is sent over SMTP. |
| Uses of MimePart in com.sun.mail.util |
|---|
| Methods in com.sun.mail.util with parameters of type MimePart | |
|---|---|
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. |
| Uses of MimePart in javax.mail.internet |
|---|
| Classes in javax.mail.internet that implement MimePart | |
|---|---|
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. |
| Fields in javax.mail.internet declared as MimePart | |
|---|---|
protected MimePart |
MimePartDataSource.part
The MimePart that provides the data for this DataSource. |
| Constructors in javax.mail.internet with parameters of type MimePart | |
|---|---|
MimePartDataSource(MimePart part)
Constructor, that constructs a DataSource from a MimePart. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||