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

java.lang.Object
  extended by org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
      extended by org.apache.geronimo.javamail.store.imap.connection.IMAPUntaggedResponse
          extended by org.apache.geronimo.javamail.store.imap.connection.IMAPListRightsResponse

public class IMAPListRightsResponse
extends IMAPUntaggedResponse

Utility class to aggregate status responses for a mailbox.


Field Summary
 String mailbox
           
 String name
           
 Rights[] rights
           
 
Fields inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPUntaggedResponse
keyword
 
Fields inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
response
 
Constructor Summary
IMAPListRightsResponse(byte[] data, IMAPResponseTokenizer source)
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPUntaggedResponse
getKeyword, isKeyword
 
Methods inherited from class org.apache.geronimo.javamail.store.imap.connection.IMAPResponse
getResponseData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mailbox

public String mailbox

name

public String name

rights

public Rights[] rights
Constructor Detail

IMAPListRightsResponse

public IMAPListRightsResponse(byte[] data,
                              IMAPResponseTokenizer source)
                       throws MessagingException
Throws:
MessagingException


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