Uses of Class
com.sun.mail.imap.protocol.BODYSTRUCTURE
-
Packages that use BODYSTRUCTURE Package Description com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.com.sun.mail.imap.protocol 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 BODYSTRUCTURE Modifier and Type Field Description protected BODYSTRUCTURE
IMAPMessage. bs
Constructors in com.sun.mail.imap with parameters of type BODYSTRUCTURE Constructor Description IMAPBodyPart(BODYSTRUCTURE bs, java.lang.String sid, IMAPMessage message)
IMAPMultipartDataSource(MimePart part, BODYSTRUCTURE[] bs, java.lang.String sectionId, IMAPMessage msg)
-
Uses of BODYSTRUCTURE in com.sun.mail.imap.protocol
Fields in com.sun.mail.imap.protocol declared as BODYSTRUCTURE Modifier and Type Field Description BODYSTRUCTURE[]
BODYSTRUCTURE. bodies
Methods in com.sun.mail.imap.protocol that return BODYSTRUCTURE Modifier and Type Method Description BODYSTRUCTURE
IMAPProtocol. fetchBodyStructure(int msgno)
Fetch the BODYSTRUCTURE of the specified message.
-