Uses of Class
com.funambol.mail.Folder

Uses of Folder in com.funambol.mail
 

Subclasses of Folder in com.funambol.mail
 class AccountFolder
          AccountFolder represents a particular Folder with additional attributes: displayName and emailAddress.
 

Fields in com.funambol.mail declared as Folder
protected  Folder Message.parent
          A Folder can contain many Messages, and each Message has a reference to its Folder
 

Methods in com.funambol.mail that return Folder
 Folder Store.addFolder(Folder folder)
          Add a new Folder to the Store.
 Folder[] Store.findFolders(java.lang.String path)
          Retrieves a Folder in this Store that matches the provided substring.
 Folder Store.getFolder(java.lang.String path)
          Retrieves a Folder object by path.
 Folder Store.getFolder(java.lang.String path, boolean lightFolder)
          Retrieves a Folder object by path.
 Folder Message.getParent()
          Returns this message's parent Folder
 Folder Folder.getParent()
          Returns the parent Folder of this Folder
 Folder[] Folder.list()
          This method returns the list of subfolders under this Folder
 Folder[] Store.list()
          Retrieves the list of all the folders directly under this Store.
 Folder[] Store.list(java.lang.String path)
          Returns the list of the subfolders contained under the specified Folder.
 

Methods in com.funambol.mail with parameters of type Folder
 Folder Store.addFolder(Folder folder)
          Add a new Folder to the Store.
 boolean Store.removeFolder(Folder folder, boolean recursive)
          Removes a Folder from the record store.
 void Message.setParent(Folder parent)
          Sets a reference to the Folder this Message is contained in
 



Copyright © 2001-2009 Funambol.