Uses of Interface
com.hs.mail.imap.mailbox.MailboxManager

Packages that use MailboxManager
com.hs.mail.imap.mailbox   
com.hs.mail.imap.message.response   
com.hs.mail.imap.processor   
com.hs.mail.imap.schedule   
com.hs.mail.mailet   
 

Uses of MailboxManager in com.hs.mail.imap.mailbox
 

Classes in com.hs.mail.imap.mailbox that implement MailboxManager
 class DefaultMailboxManager
           
 

Uses of MailboxManager in com.hs.mail.imap.message.response
 

Constructors in com.hs.mail.imap.message.response with parameters of type MailboxManager
FetchResponseBuilder(MailboxManager manager)
           
 

Uses of MailboxManager in com.hs.mail.imap.processor
 

Methods in com.hs.mail.imap.processor that return MailboxManager
protected  MailboxManager AbstractImapProcessor.getMailboxManager()
           
 

Uses of MailboxManager in com.hs.mail.imap.schedule
 

Methods in com.hs.mail.imap.schedule with parameters of type MailboxManager
 void DiskCleanupJob.setMailboxManager(MailboxManager manager)
           
 

Constructors in com.hs.mail.imap.schedule with parameters of type MailboxManager
MessageExpunger(MailboxManager manager)
           
 

Uses of MailboxManager in com.hs.mail.mailet
 

Methods in com.hs.mail.mailet that return MailboxManager
 MailboxManager MailetContext.getMailboxManager()
           
 MailboxManager DefaultMailetContext.getMailboxManager()
           
protected  MailboxManager AbstractMailet.getMailboxManager()
           
 

Methods in com.hs.mail.mailet with parameters of type MailboxManager
 void DefaultMailetContext.setMailboxManager(MailboxManager manager)
           
 



Copyright © 2011. All Rights Reserved.