Package com.sun.mail.imap.protocol
Class RFC822DATA
java.lang.Object
com.sun.mail.imap.protocol.RFC822DATA
- All Implemented Interfaces:
Item
The RFC822 response data item.
- Author:
- John Mani, Bill Shannon
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor, header flag is false.RFC822DATA
(FetchResponse r, boolean isHeader) Constructor, specifying header flag. -
Method Summary
-
Constructor Details
-
RFC822DATA
Constructor, header flag is false.- Parameters:
r
- the FetchResponse- Throws:
ParsingException
- for parsing failures
-
RFC822DATA
Constructor, specifying header flag.- Parameters:
r
- the FetchResponseisHeader
- just header information?- Throws:
ParsingException
- for parsing failures
-
-
Method Details
-
getByteArray
-
getByteArrayInputStream
-
isHeader
public boolean isHeader()
-