Uses of Class
jakarta.mail.internet.MimeBodyPart
Package
Description
Classes specific to Internet mail systems.
Support for creating and parsing Delivery Status Notifications.
-
Uses of MimeBodyPart in jakarta.mail.internet
Modifier and TypeClassDescriptionclass
A MimeBodyPart that handles data that has already been encoded.Modifier and TypeMethodDescriptionprotected MimeBodyPart
MimeMultipart.createMimeBodyPart
(InternetHeaders headers, byte[] content) Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.protected MimeBodyPart
MimeMultipart.createMimeBodyPart
(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.dsn
Modifier and TypeMethodDescriptionMultipartReport.getTextBodyPart()
Return the body part containing the message to be presented to the user, usually just a text/plain part.Modifier and TypeMethodDescriptionvoid
MultipartReport.setTextBodyPart
(MimeBodyPart mbp) Set the body part containing the text to be presented to the user.