Uses of Class
jakarta.mail.internet.MimeBodyPart
-
Packages that use MimeBodyPart Package Description jakarta.mail.internet Classes specific to Internet mail systems.org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store. -
-
Uses of MimeBodyPart in jakarta.mail.internet
Subclasses of MimeBodyPart in jakarta.mail.internet Modifier and Type Class Description classPreencodedMimeBodyPartA MimeBodyPart that handles data that has already been encoded.Methods in jakarta.mail.internet that return MimeBodyPart Modifier and Type Method Description protected MimeBodyPartMimeMultipart. createMimeBodyPart(InternetHeaders headers, byte[] content)Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.protected MimeBodyPartMimeMultipart. createMimeBodyPart(java.io.InputStream is)Create and return a MimeBodyPart object to represent a body part parsed from the InputStream. -
Uses of MimeBodyPart in org.eclipse.angus.mail.imap
Subclasses of MimeBodyPart in org.eclipse.angus.mail.imap Modifier and Type Class Description classIMAPBodyPartAn IMAP body part.
-