com.sun.mail.imap.protocol
Class RFC822DATA

java.lang.Object
  extended by com.sun.mail.imap.protocol.RFC822DATA
All Implemented Interfaces:
Item

public class RFC822DATA
extends Object
implements Item

This class

Author:
John Mani

Field Summary
 ByteArray data
           
 int msgno
           
 
Constructor Summary
RFC822DATA(FetchResponse r)
          Constructor
 
Method Summary
 ByteArray getByteArray()
           
 ByteArrayInputStream getByteArrayInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msgno

public int msgno

data

public ByteArray data
Constructor Detail

RFC822DATA

public RFC822DATA(FetchResponse r)
           throws ParsingException
Constructor

Parameters:
port - portnumber to connect to
Throws:
ParsingException
Method Detail

getByteArray

public ByteArray getByteArray()

getByteArrayInputStream

public ByteArrayInputStream getByteArrayInputStream()


Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.