com.sun.mail.imap.protocol
Class BODY
java.lang.Object
com.sun.mail.imap.protocol.BODY
- All Implemented Interfaces:
- Item
public class BODY
- extends Object
- implements Item
The BODY fetch response item.
- Version:
- 1.9, 07/05/04
- Author:
- John Mani
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msgno
public int msgno
data
public ByteArray data
section
public String section
origin
public int origin
BODY
public BODY(FetchResponse r)
throws ParsingException
- Constructor
- Throws:
ParsingException
getByteArray
public ByteArray getByteArray()
getByteArrayInputStream
public ByteArrayInputStream getByteArrayInputStream()
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.