org.abstracthorizon.mercury.imap.response
Class RecentResponse

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

public class RecentResponse
extends NumberResponse

Recent response

Author:
Daniel Sendula

Field Summary
 
Fields inherited from class org.abstracthorizon.mercury.imap.response.NumberResponse
mnemonic, number
 
Fields inherited from class org.abstracthorizon.mercury.imap.response.Response
CONTINUATION_RESPONSE, session, TAGGED_RESPONSE, UNTAGGED_RESPONSE
 
Constructor Summary
RecentResponse(IMAPSession session, javax.mail.Folder f)
          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

RecentResponse

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

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


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