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

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.IMAPSearchResponse

public class IMAPSearchResponse
extends IMAPUntaggedResponse

Utility class to aggregate status responses for a mailbox.


Field Summary
 int[] messageNumbers
           
 
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
IMAPSearchResponse(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

messageNumbers

public int[] messageNumbers
Constructor Detail

IMAPSearchResponse

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


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