Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol |
Modifier and Type | Field and Description |
---|---|
protected BODYSTRUCTURE |
IMAPMessage.bs |
private BODYSTRUCTURE |
IMAPBodyPart.bs |
Modifier and Type | Method and Description |
---|---|
private BODYSTRUCTURE |
IMAPMessage._getBodyStructure() |
Constructor and Description |
---|
IMAPBodyPart(BODYSTRUCTURE bs,
java.lang.String sid,
IMAPMessage message) |
IMAPMultipartDataSource(MimePart part,
BODYSTRUCTURE[] bs,
java.lang.String sectionId,
IMAPMessage msg) |
IMAPNestedMessage(IMAPMessage m,
BODYSTRUCTURE b,
ENVELOPE e,
java.lang.String sid)
Package private constructor.
|
Modifier and Type | Field and Description |
---|---|
BODYSTRUCTURE[] |
BODYSTRUCTURE.bodies |
Modifier and Type | Method and Description |
---|---|
BODYSTRUCTURE |
IMAPProtocol.fetchBodyStructure(int msgno)
Fetch the BODYSTRUCTURE of the specified message.
|