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.
- 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 © 2011 Sun Microsystems, Inc.. All Rights Reserved.