Uses of Interface
javax.mail.internet.MimePart
Packages that use MimePart
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
A POP3 protocol provider for the Jakarta Mail API
that provides access to a POP3 message store.
An SMTP protocol provider for the Jakarta Mail API
that provides access to an SMTP server.
Utility classes for use with the Jakarta Mail API.
Classes specific to Internet mail systems.
-
Uses of MimePart in com.sun.mail.imap
Classes in com.sun.mail.imap that implement MimePartModifier and TypeClassDescriptionclassAn IMAP body part.classThis class implements an IMAPMessage object.classThis class implements a nested IMAP messageConstructors in com.sun.mail.imap with parameters of type MimePartModifierConstructorDescriptionprotectedIMAPMultipartDataSource(MimePart part, BODYSTRUCTURE[] bs, String sectionId, IMAPMessage msg) -
Uses of MimePart in com.sun.mail.pop3
Classes in com.sun.mail.pop3 that implement MimePart -
Uses of MimePart in com.sun.mail.smtp
Classes in com.sun.mail.smtp that implement MimePartModifier and TypeClassDescriptionclassThis class is a specialization of the MimeMessage class that allows you to specify various SMTP options and parameters that will be used when this message is sent over SMTP. -
Uses of MimePart in com.sun.mail.util
Methods in com.sun.mail.util with parameters of type MimePartModifier and TypeMethodDescriptionstatic StringMimeUtil.cleanContentType(MimePart mp, String contentType) If a Content-Type handler has been specified, call it to clean up the Content-Type value. -
Uses of MimePart in javax.mail.internet
Classes in javax.mail.internet that implement MimePartModifier and TypeClassDescriptionclassThis class represents a MIME body part.classThis class represents a MIME style email message.classA MimeBodyPart that handles data that has already been encoded.Fields in javax.mail.internet declared as MimePartModifier and TypeFieldDescriptionprotected MimePartMimePartDataSource.partThe MimePart that provides the data for this DataSource.Constructors in javax.mail.internet with parameters of type MimePartModifierConstructorDescriptionMimePartDataSource(MimePart part) Constructor, that constructs a DataSource from a MimePart.