Uses of Interface
jakarta.mail.internet.MimePart
Packages that use MimePart
Package
Description
Classes specific to Internet mail systems.
Support for creating and parsing Delivery Status Notifications.
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
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.
-
Uses of MimePart in jakarta.mail.internet
Classes in jakarta.mail.internet that implement MimePartModifier and TypeClassDescriptionclass
This class represents a MIME body part.class
This class represents a MIME style email message.class
A MimeBodyPart that handles data that has already been encoded.Fields in jakarta.mail.internet declared as MimePartModifier and TypeFieldDescriptionprotected MimePart
MimePartDataSource.part
The MimePart that provides the data for this DataSource.Constructors in jakarta.mail.internet with parameters of type MimePartModifierConstructorDescriptionMimePartDataSource
(MimePart part) Constructor, that constructs a DataSource from a MimePart. -
Uses of MimePart in org.eclipse.angus.mail.dsn
Classes in org.eclipse.angus.mail.dsn that implement MimePartModifier and TypeClassDescriptionclass
A special MimeMessage object that contains only message headers, no content. -
Uses of MimePart in org.eclipse.angus.mail.gimap
Classes in org.eclipse.angus.mail.gimap that implement MimePart -
Uses of MimePart in org.eclipse.angus.mail.imap
Classes in org.eclipse.angus.mail.imap that implement MimePart -
Uses of MimePart in org.eclipse.angus.mail.pop3
Classes in org.eclipse.angus.mail.pop3 that implement MimePart -
Uses of MimePart in org.eclipse.angus.mail.smtp
Classes in org.eclipse.angus.mail.smtp that implement MimePartModifier and TypeClassDescriptionclass
This 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.