com.hs.mail.imap.processor
Class LsubProcessor

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

public class LsubProcessor
extends AbstractListProcessor

Since:
Feb 1, 2010
Author:
Won Chul Doh

Constructor Summary
LsubProcessor()
           
 
Method Summary
protected  Mailbox getMailbox(long ownerID, String mailboxName)
           
protected  List<Mailbox> listMailbox(long userID, long ownerID, String mailboxName, MailboxQuery query)
           
 
Methods inherited from class com.hs.mail.imap.processor.AbstractListProcessor
createResponder, doList, doProcess
 
Methods inherited from class com.hs.mail.imap.processor.AbstractImapProcessor
getMailboxManager, getUserManager, process, unsolicitedResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LsubProcessor

public LsubProcessor()
Method Detail

listMailbox

protected List<Mailbox> listMailbox(long userID,
                                    long ownerID,
                                    String mailboxName,
                                    MailboxQuery query)
Specified by:
listMailbox in class AbstractListProcessor

getMailbox

protected Mailbox getMailbox(long ownerID,
                             String mailboxName)
Specified by:
getMailbox in class AbstractListProcessor


Copyright © 2011. All Rights Reserved.