Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IMAPMultipart
An IMAP multipart component.
|
Modifier and Type | Field and Description |
---|---|
protected Multipart |
BodyPart.parent
The Multipart object containing this BodyPart.
|
Modifier and Type | Method and Description |
---|---|
Multipart |
BodyPart.getParent()
Returns the containing Multipart object, or
null if not
known. |
Modifier and Type | Method and Description |
---|---|
void |
Part.setContent(Multipart mp)
Sets the multipart content of this part.
|
Modifier and Type | Class and Description |
---|---|
class |
MimeMultipart
A MIME multipart container.
|
Modifier and Type | Method and Description |
---|---|
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.
|
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved