Uses of Class
com.sun.mail.imap.protocol.BODYSTRUCTURE
Packages that use BODYSTRUCTURE
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of BODYSTRUCTURE in com.sun.mail.imap
Fields in com.sun.mail.imap declared as BODYSTRUCTUREConstructors in com.sun.mail.imap with parameters of type BODYSTRUCTUREModifierConstructorDescriptionprotected
IMAPBodyPart
(BODYSTRUCTURE bs, String sid, IMAPMessage message) protected
IMAPMultipartDataSource
(MimePart part, BODYSTRUCTURE[] bs, String sectionId, IMAPMessage msg) -
Uses of BODYSTRUCTURE in com.sun.mail.imap.protocol
Fields in com.sun.mail.imap.protocol declared as BODYSTRUCTUREMethods in com.sun.mail.imap.protocol that return BODYSTRUCTUREModifier and TypeMethodDescriptionIMAPProtocol.fetchBodyStructure
(int msgno) Fetch the BODYSTRUCTURE of the specified message.