ePOST API

Uses of Class
rice.email.Folder

Packages that use Folder
rice.email   
rice.email.proxy   
rice.email.proxy.mailbox.postbox   
 

Uses of Folder in rice.email
 

Methods in rice.email with parameters of type Folder
 void Folder.addChildFolder(Folder folder, Continuation command)
          Adds an existing folder as a child folder of this folder
 void Folder.moveMessage(StoredEmail email, Folder folder, Continuation command)
          Moves a message from this folder into a another, given folder.
 void EmailService.setInbox(Folder folder)
          Reset the inbox folder to be a different folder.
 

Uses of Folder in rice.email.proxy
 

Fields in rice.email.proxy declared as Folder
protected  Folder EmailProxy.emailFolder
           
 

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

Methods in rice.email.proxy.mailbox.postbox that return Folder
 Folder PostFolder.getFolder()
           
 Folder PostMessage.getFolder()
           
 

Constructors in rice.email.proxy.mailbox.postbox with parameters of type Folder
PostFolder(Folder folder, PostFolder parent, EmailService email)
          Builds a folder given a string name
PostMailbox(EmailService email, Folder root, Environment env)
          Constructs a PostMailbox given an emailservice to run off of.
PostMailboxManager(EmailService email, Folder folder, Environment env)
          Constructs a PostMailbox given an emailservice to run off of.
PostMessage(StoredEmail storedEmail, int sequence, Folder folder)
           
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.