com.hs.mail.imap.processor
Class ListProcessor

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.ListProcessor
All Implemented Interfaces:
ImapProcessor

public class ListProcessor
extends AbstractListProcessor

Since:
Feb 1, 2010
Author:
Won Chul Doh

Constructor Summary
ListProcessor()
           
 
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

ListProcessor

public ListProcessor()
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.