Uses of Class
jakarta.mail.internet.MimeBodyPart
Packages that use MimeBodyPart
Package
Description
Classes specific to Internet mail systems.
Support for creating and parsing Delivery Status Notifications.
-
Uses of MimeBodyPart in jakarta.mail.internet
Subclasses of MimeBodyPart in jakarta.mail.internetModifier and TypeClassDescriptionclassA MimeBodyPart that handles data that has already been encoded.Methods in jakarta.mail.internet that return MimeBodyPartModifier and TypeMethodDescriptionprotected MimeBodyPartMimeMultipart.createMimeBodyPart(InternetHeaders headers, byte[] content) Create and return a MimeBodyPart object to represent a body part parsed from the InputStream.protected MimeBodyPartMimeMultipart.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
Methods in org.eclipse.angus.mail.dsn that return MimeBodyPartModifier and TypeMethodDescriptionMultipartReport.getTextBodyPart()Return the body part containing the message to be presented to the user, usually just a text/plain part.Methods in org.eclipse.angus.mail.dsn with parameters of type MimeBodyPartModifier and TypeMethodDescriptionvoidMultipartReport.setTextBodyPart(MimeBodyPart mbp) Set the body part containing the text to be presented to the user.