Uses of Interface
jakarta.mail.internet.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
Modifier 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.Modifier and TypeFieldDescriptionprotected MimePart
MimePartDataSource.part
The MimePart that provides the data for this DataSource.ModifierConstructorDescriptionMimePartDataSource
(MimePart part) Constructor, that constructs a DataSource from a MimePart. -
Uses of MimePart in org.eclipse.angus.mail.dsn
Modifier and TypeClassDescriptionclass
A special MimeMessage object that contains only message headers, no content. -
Uses of MimePart in org.eclipse.angus.mail.gimap
-
Uses of MimePart in org.eclipse.angus.mail.imap
-
Uses of MimePart in org.eclipse.angus.mail.pop3
-
Uses of MimePart in org.eclipse.angus.mail.smtp
Modifier 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.