org.abstracthorizon.mercury.imap.response
Class CapabilityResponse

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

public class CapabilityResponse
extends MnemonicResponse

Response for capability 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
CapabilityResponse(IMAPSession session)
          Constructor
 
Method Summary
static String getCapabilityList(IMAPSession session)
          Retuns list of capability strings depending on session state
 
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

CapabilityResponse

public CapabilityResponse(IMAPSession session)
Constructor

Parameters:
session -
Method Detail

getCapabilityList

public static String getCapabilityList(IMAPSession session)
Retuns list of capability strings depending on session state

Parameters:
session -
Returns:
list of capability strings depending on session state


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