com.sun.mail.imap.protocol
Class RFC822SIZE

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

public class RFC822SIZE
extends java.lang.Object
implements Item

This class

Author:
John Mani

Field Summary
 int msgno
           
 int size
           
 
Constructor Summary
RFC822SIZE(FetchResponse r)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msgno

public int msgno

size

public int size
Constructor Detail

RFC822SIZE

public RFC822SIZE(FetchResponse r)
           throws ParsingException
Constructor

Parameters:
port - portnumber to connect to
Throws:
ParsingException


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