Uses of Class
javax.mail.internet.MimeBodyPart
Packages that use MimeBodyPart
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
Classes specific to Internet mail systems.
-
Uses of MimeBodyPart in com.sun.mail.imap
Subclasses of MimeBodyPart in com.sun.mail.imap -
Uses of MimeBodyPart in javax.mail.internet
Subclasses of MimeBodyPart in javax.mail.internetModifier and TypeClassDescriptionclassA MimeBodyPart that handles data that has already been encoded.Methods in javax.mail.internet that return MimeBodyPartModifier and TypeMethodDescriptionprotected MimeBodyPartMimeMultipart.createMimeBodyPart(InputStream is) Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.protected MimeBodyPartMimeMultipart.createMimeBodyPart(InternetHeaders headers, byte[] content) Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.