org.abstracthorizon.mercury.imap.response
Class SearchResponse

java.lang.Object
  extended by org.abstracthorizon.mercury.imap.response.Response
      extended by org.abstracthorizon.mercury.imap.response.MnemonicResponse
          extended by org.abstracthorizon.mercury.imap.response.SearchResponse

public class SearchResponse
extends MnemonicResponse

Response for search command

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.mercury.imap.response.MnemonicResponse
mnemonic
 
Fields inherited from class org.abstracthorizon.mercury.imap.response.Response
CONTINUATION_RESPONSE, session, TAGGED_RESPONSE, UNTAGGED_RESPONSE
 
Constructor Summary
SearchResponse(IMAPSession session)
          Constructor
 
Method Summary
 void addMessageNumber(long number)
          Adds number of message that confirms to selected criteria
 
Methods inherited from class org.abstracthorizon.mercury.imap.response.Response
append, append, append, append, append, append, append, append, commit, submit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchResponse

public SearchResponse(IMAPSession session)
Constructor

Parameters:
session -
Method Detail

addMessageNumber

public void addMessageNumber(long number)
Adds number of message that confirms to selected criteria

Parameters:
number - message number or UID


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.