ePOST API

Uses of Interface
rice.email.proxy.mailbox.Mailbox

Packages that use Mailbox
rice.email.proxy.imap   
rice.email.proxy.mailbox   
rice.email.proxy.mailbox.filebox   
rice.email.proxy.mailbox.postbox   
rice.email.proxy.user   
 

Uses of Mailbox in rice.email.proxy.imap
 

Methods in rice.email.proxy.imap that return Mailbox
 Mailbox ImapState.getMailbox()
           
 

Uses of Mailbox in rice.email.proxy.mailbox
 

Methods in rice.email.proxy.mailbox that return Mailbox
 Mailbox MailboxManager.getMailbox(java.lang.String username)
           
 

Uses of Mailbox in rice.email.proxy.mailbox.filebox
 

Classes in rice.email.proxy.mailbox.filebox that implement Mailbox
 class FileMailbox
           
 

Methods in rice.email.proxy.mailbox.filebox that return Mailbox
 Mailbox FileMailboxManager.getMailbox(java.lang.String username)
           
 

Uses of Mailbox in rice.email.proxy.mailbox.postbox
 

Classes in rice.email.proxy.mailbox.postbox that implement Mailbox
 class PostMailbox
          This class serves as the main "glue" code between foedus and the POST-based email implementation.
 

Methods in rice.email.proxy.mailbox.postbox that return Mailbox
 Mailbox PostMailboxManager.getMailbox(java.lang.String username)
           
 

Uses of Mailbox in rice.email.proxy.user
 

Methods in rice.email.proxy.user that return Mailbox
 Mailbox User.getMailbox()
           
 Mailbox UserImpl.getMailbox()
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.