Uses of Interface
jakarta.mail.Part
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
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 Part in jakarta.mail
Modifier and TypeClassDescriptionclass
This class models a Part that is contained within a Multipart.class
This class models an email message.Modifier and TypeFieldDescriptionprotected Part
Multipart.parent
ThePart
containing thisMultipart
, if known.Modifier and TypeMethodDescriptionMultipart.getParent()
Return thePart
that contains thisMultipart
object, ornull
if not known.MessageContext.getPart()
Return the Part that contains the content.Modifier and TypeMethodDescriptionvoid
Set the parent of thisMultipart
to be the specifiedPart
.ModifierConstructorDescriptionMessageContext
(Part part) Create a MessageContext object describing the context of the given Part. -
Uses of Part in jakarta.mail.internet
Modifier and TypeInterfaceDescriptioninterface
The MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).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. -
Uses of Part in org.eclipse.angus.mail.dsn
Modifier and TypeClassDescriptionclass
A special MimeMessage object that contains only message headers, no content. -
Uses of Part in org.eclipse.angus.mail.gimap
-
Uses of Part in org.eclipse.angus.mail.imap
-
Uses of Part in org.eclipse.angus.mail.pop3
-
Uses of Part 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.