Uses of Class
javax.mail.Multipart
-
Packages that use Multipart 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. -
-
Uses of Multipart in gnu.mail.providers.imap
Subclasses of Multipart in gnu.mail.providers.imap Modifier and Type Class Description class
IMAPMultipart
An IMAP multipart component. -
Uses of Multipart in javax.mail
Fields in javax.mail declared as Multipart Modifier and Type Field Description protected Multipart
BodyPart. parent
The Multipart object containing this BodyPart.Methods in javax.mail that return Multipart Modifier and Type Method Description Multipart
BodyPart. getParent()
Returns the containing Multipart object, ornull
if not known.Methods in javax.mail with parameters of type Multipart Modifier and Type Method Description 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 Modifier and Type Class Description class
MimeMultipart
A MIME multipart container.Methods in javax.mail.internet with parameters of type Multipart Modifier and Type Method Description void
MimeBodyPart. setContent(Multipart mp)
Sets the content of this part to be the specified multipart.void
MimeMessage. setContent(Multipart mp)
Sets the content of this message to be the specified multipart.
-