org.abstracthorizon.mercury.imap.response
Class FlagsResponse

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

public class FlagsResponse
extends MnemonicResponse

Flags response

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
FlagsResponse(IMAPSession session, javax.mail.Flags flags)
          Response
 
Method Summary
static String getFlagsList(javax.mail.Flags flags)
          Returns list of flags as string
 
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

FlagsResponse

public FlagsResponse(IMAPSession session,
                     javax.mail.Flags flags)
Response

Parameters:
session - imap session
flags - flags
Method Detail

getFlagsList

public static String getFlagsList(javax.mail.Flags flags)
Returns list of flags as string

Parameters:
flags - flags
Returns:
list of flags as string


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