org.abstracthorizon.mercury.imap.response
Class ContinuationResponse

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

public class ContinuationResponse
extends Response

Continuation response

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.mercury.imap.response.Response
CONTINUATION_RESPONSE, session, TAGGED_RESPONSE, UNTAGGED_RESPONSE
 
Constructor Summary
ContinuationResponse(IMAPSession session, String msg)
          Constructor
 
Method Summary
 
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

ContinuationResponse

public ContinuationResponse(IMAPSession session,
                            String msg)
Constructor

Parameters:
session - imap session
msg - message


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