Uses of Interface
jakarta.mail.Part
Packages that use 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
Classes in jakarta.mail that implement PartModifier and TypeClassDescriptionclassThis class models a Part that is contained within a Multipart.classThis class models an email message.Fields in jakarta.mail declared as PartModifier and TypeFieldDescriptionprotected PartMultipart.parentThePartcontaining thisMultipart, if known.Methods in jakarta.mail that return PartModifier and TypeMethodDescriptionMultipart.getParent()Return thePartthat contains thisMultipartobject, ornullif not known.MessageContext.getPart()Return the Part that contains the content.Methods in jakarta.mail with parameters of type PartModifier and TypeMethodDescriptionvoidSet the parent of thisMultipartto be the specifiedPart.Constructors in jakarta.mail with parameters of type PartModifierConstructorDescriptionMessageContext(Part part) Create a MessageContext object describing the context of the given Part. -
Uses of Part in jakarta.mail.internet
Subinterfaces of Part in jakarta.mail.internetModifier and TypeInterfaceDescriptioninterfaceThe MimePart interface models an Entity as defined by MIME (RFC2045, Section 2.4).Classes in jakarta.mail.internet that implement PartModifier 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. -
Uses of Part in org.eclipse.angus.mail.dsn
Classes in org.eclipse.angus.mail.dsn that implement PartModifier and TypeClassDescriptionclassA special MimeMessage object that contains only message headers, no content. -
Uses of Part in org.eclipse.angus.mail.gimap
Classes in org.eclipse.angus.mail.gimap that implement Part -
Uses of Part in org.eclipse.angus.mail.imap
Classes in org.eclipse.angus.mail.imap that implement Part -
Uses of Part in org.eclipse.angus.mail.pop3
Classes in org.eclipse.angus.mail.pop3 that implement Part -
Uses of Part in org.eclipse.angus.mail.smtp
Classes in org.eclipse.angus.mail.smtp that implement PartModifier 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.