Uses of Class
javax.mail.internet.MimeBodyPart
-
Packages that use MimeBodyPart 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.internet Classes modelling Internet mail systems. -
-
Uses of MimeBodyPart in gnu.mail.providers.imap
Subclasses of MimeBodyPart in gnu.mail.providers.imap Modifier and Type Class Description class
IMAPBodyPart
A MIME body part of an IMAP multipart message. -
Uses of MimeBodyPart in javax.mail.internet
Methods in javax.mail.internet that return MimeBodyPart Modifier and Type Method Description protected MimeBodyPart
MimeMultipart. createMimeBodyPart(java.io.InputStream is)
Creates a MIME body part from the specified input stream.protected MimeBodyPart
MimeMultipart. createMimeBodyPart(InternetHeaders headers, byte[] content)
Creates a MIME body part object from the given headers and byte content.
-