Uses of Class
org.eclipse.angus.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 org.eclipse.angus.mail.imap
Fields in org.eclipse.angus.mail.imap declared as BODYSTRUCTUREConstructors in org.eclipse.angus.mail.imap with parameters of type BODYSTRUCTUREModifierConstructorDescriptionprotectedIMAPBodyPart(BODYSTRUCTURE bs, String sid, IMAPMessage message) protectedIMAPMultipartDataSource(MimePart part, BODYSTRUCTURE[] bs, String sectionId, IMAPMessage msg) -
Uses of BODYSTRUCTURE in org.eclipse.angus.mail.imap.protocol
Fields in org.eclipse.angus.mail.imap.protocol declared as BODYSTRUCTUREMethods in org.eclipse.angus.mail.imap.protocol that return BODYSTRUCTUREModifier and TypeMethodDescriptionIMAPProtocol.fetchBodyStructure(int msgno) Fetch the BODYSTRUCTURE of the specified message.