Package com.sun.mail.imap.protocol
Class BODYSTRUCTURE
java.lang.Object
com.sun.mail.imap.protocol.BODYSTRUCTURE
- All Implemented Interfaces:
Item
A BODYSTRUCTURE response.
- Author:
- John Mani, Bill Shannon
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
msgno
public int msgno -
type
-
subtype
-
encoding
-
lines
public int lines -
size
public int size -
disposition
-
id
-
description
-
md5
-
attachment
-
cParams
-
dParams
-
language
-
bodies
-
envelope
-
-
Constructor Details
-
BODYSTRUCTURE
- Throws:
ParsingException
-
-
Method Details
-
isMulti
public boolean isMulti() -
isSingle
public boolean isSingle() -
isNested
public boolean isNested()
-