org.abstracthorizon.mercury.imap.response
Class LsubResponse

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.ListResponse
              extended by org.abstracthorizon.mercury.imap.response.LsubResponse

public class LsubResponse
extends ListResponse

LSub response

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.mercury.imap.response.ListResponse
msg
 
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
LsubResponse(IMAPSession session, javax.mail.Folder f)
          Constructor
 
Method Summary
 
Methods inherited from class org.abstracthorizon.mercury.imap.response.ListResponse
composeMessage
 
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

LsubResponse

public LsubResponse(IMAPSession session,
                    javax.mail.Folder f)
             throws javax.mail.MessagingException
Constructor

Parameters:
session - imap session
f - folder
Throws:
javax.mail.MessagingException


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