Uses of Class
org.eclipse.angus.mail.imap.protocol.BODYSTRUCTURE
-
Packages that use BODYSTRUCTURE Package Description 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.imap.protocol This package includes internal IMAP support classes and SHOULD NOT BE USED DIRECTLY BY APPLICATIONS. -
-
Uses of BODYSTRUCTURE in org.eclipse.angus.mail.imap
Fields in org.eclipse.angus.mail.imap declared as BODYSTRUCTURE Modifier and Type Field Description protected BODYSTRUCTUREIMAPMessage. bsConstructors in org.eclipse.angus.mail.imap with parameters of type BODYSTRUCTURE Constructor Description IMAPBodyPart(BODYSTRUCTURE bs, java.lang.String sid, IMAPMessage message)IMAPMultipartDataSource(jakarta.mail.internet.MimePart part, BODYSTRUCTURE[] bs, java.lang.String sectionId, IMAPMessage msg) -
Uses of BODYSTRUCTURE in org.eclipse.angus.mail.imap.protocol
Fields in org.eclipse.angus.mail.imap.protocol declared as BODYSTRUCTURE Modifier and Type Field Description BODYSTRUCTURE[]BODYSTRUCTURE. bodiesMethods in org.eclipse.angus.mail.imap.protocol that return BODYSTRUCTURE Modifier and Type Method Description BODYSTRUCTUREIMAPProtocol. fetchBodyStructure(int msgno)Fetch the BODYSTRUCTURE of the specified message.
-