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

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

public class IMAPMailboxResponse
extends Object

Util class to represent a status response from a IMAP server

Version:
$Rev: 594520 $ $Date: 2007-11-13 07:57:39 -0500 (Tue, 13 Nov 2007) $

Field Summary
 int count
           
 String name
           
 
Constructor Summary
IMAPMailboxResponse(int count, String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count

name

public String name
Constructor Detail

IMAPMailboxResponse

public IMAPMailboxResponse(int count,
                           String name)


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