|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Multipart | |
|---|---|
| gnu.mail.providers.imap | This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501. |
| javax.mail | Classes modelling a mail system. |
| javax.mail.internet | Classes modelling Internet mail systems. |
| Uses of Multipart in gnu.mail.providers.imap |
|---|
| Subclasses of Multipart in gnu.mail.providers.imap | |
|---|---|
class |
IMAPMultipart
An IMAP multipart component. |
| Uses of Multipart in javax.mail |
|---|
| Fields in javax.mail declared as Multipart | |
|---|---|
protected Multipart |
BodyPart.parent
The Multipart object containing this BodyPart. |
| Methods in javax.mail that return Multipart | |
|---|---|
Multipart |
BodyPart.getParent()
Returns the containing Multipart object, or null if not
known. |
| Methods in javax.mail with parameters of type Multipart | |
|---|---|
void |
Part.setContent(Multipart mp)
Sets the multipart content of this part. |
| Uses of Multipart in javax.mail.internet |
|---|
| Subclasses of Multipart in javax.mail.internet | |
|---|---|
class |
MimeMultipart
A MIME multipart container. |
| Methods in javax.mail.internet with parameters of type Multipart | |
|---|---|
void |
MimeMessage.setContent(Multipart mp)
Sets the content of this message to be the specified multipart. |
void |
MimeBodyPart.setContent(Multipart mp)
Sets the content of this part to be the specified multipart. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||