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 classIMAPMultipartAn IMAP multipart component. -
Uses of Multipart in javax.mail
Fields in javax.mail declared as Multipart Modifier and Type Field Description protected MultipartBodyPart. parentThe Multipart object containing this BodyPart.Methods in javax.mail that return Multipart Modifier and Type Method Description MultipartBodyPart. getParent()Returns the containing Multipart object, ornullif not known.Methods in javax.mail with parameters of type Multipart Modifier and Type Method Description voidPart. 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 classMimeMultipartA MIME multipart container.Methods in javax.mail.internet with parameters of type Multipart Modifier and Type Method Description voidMimeBodyPart. setContent(Multipart mp)Sets the content of this part to be the specified multipart.voidMimeMessage. setContent(Multipart mp)Sets the content of this message to be the specified multipart.
-