com.hs.mail.imap.processor
Class UnsubscribeProcessor

java.lang.Object
  extended by com.hs.mail.imap.processor.AbstractImapProcessor
      extended by com.hs.mail.imap.processor.UnsubscribeProcessor
All Implemented Interfaces:
ImapProcessor

public class UnsubscribeProcessor
extends AbstractImapProcessor

Since:
Feb 1, 2010
Author:
Won Chul Doh

Constructor Summary
UnsubscribeProcessor()
           
 
Method Summary
protected  void doProcess(ImapSession session, ImapRequest message, Responder responder)
           
 
Methods inherited from class com.hs.mail.imap.processor.AbstractImapProcessor
createResponder, getMailboxManager, getUserManager, process, unsolicitedResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsubscribeProcessor

public UnsubscribeProcessor()
Method Detail

doProcess

protected void doProcess(ImapSession session,
                         ImapRequest message,
                         Responder responder)
Specified by:
doProcess in class AbstractImapProcessor


Copyright © 2011. All Rights Reserved.