org.apache.geronimo.javamail.store.imap.connection
Class IMAPMessageSize

java.lang.Object
  extended by org.apache.geronimo.javamail.store.imap.connection.IMAPFetchDataItem
      extended by org.apache.geronimo.javamail.store.imap.connection.IMAPMessageSize

public class IMAPMessageSize
extends IMAPFetchDataItem


Field Summary
 int size
           
 
Fields inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPFetchDataItem
BODY, BODYSTRUCTURE, ENVELOPE, FETCH, FLAGS, HEADER, INTERNALDATE, SIZE, TEXT, type, UID
 
Constructor Summary
IMAPMessageSize(IMAPResponseTokenizer source)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPFetchDataItem
getType, isType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

public int size
Constructor Detail

IMAPMessageSize

public IMAPMessageSize(IMAPResponseTokenizer source)
                throws MessagingException
Throws:
MessagingException


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.