Uses of Interface
jakarta.mail.internet.MimePart
-
Packages that use MimePart Package Description jakarta.mail.internet Classes specific to Internet mail systems.org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.pop3 A POP3 protocol provider for the Jakarta Mail API that provides access to a POP3 message store.org.eclipse.angus.mail.smtp 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 MimePart Modifier and Type Class Description classMimeBodyPartThis class represents a MIME body part.classMimeMessageThis class represents a MIME style email message.classPreencodedMimeBodyPartA MimeBodyPart that handles data that has already been encoded.Fields in jakarta.mail.internet declared as MimePart Modifier and Type Field Description protected MimePartMimePartDataSource. partThe MimePart that provides the data for this DataSource.Constructors in jakarta.mail.internet with parameters of type MimePart Constructor Description MimePartDataSource(MimePart part)Constructor, that constructs a DataSource from a MimePart. -
Uses of MimePart in org.eclipse.angus.mail.imap
Classes in org.eclipse.angus.mail.imap that implement MimePart Modifier and Type Class Description classIMAPBodyPartAn IMAP body part.classIMAPMessageThis class implements an IMAPMessage object.classIMAPNestedMessageThis class implements a nested IMAP messageConstructors in org.eclipse.angus.mail.imap with parameters of type MimePart Constructor Description IMAPMultipartDataSource(MimePart part, BODYSTRUCTURE[] bs, java.lang.String sectionId, IMAPMessage msg) -
Uses of MimePart in org.eclipse.angus.mail.pop3
Classes in org.eclipse.angus.mail.pop3 that implement MimePart Modifier and Type Class Description classPOP3MessageA POP3 Message. -
Uses of MimePart in org.eclipse.angus.mail.smtp
Classes in org.eclipse.angus.mail.smtp that implement MimePart Modifier and Type Class Description classSMTPMessageThis 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.
-