| org.columba.mail.folder.AbstractFolder org.columba.mail.folder.LocalRootFolder
LocalRootFolder | public class LocalRootFolder extends AbstractFolder implements RootFolder(Code) | | Top-level folder of all local folders.
Only purpose of this folder is to allow for a better structure
of the folder hierachy, where local and remote folders are
very easy to distinct.
author: fdietz |
Constructor Summary | |
public | LocalRootFolder(FolderItem item, String path) Constructor
Due to limitations of the current plugin system, every folder
which is loaded dynamically needs to have the same constructor
behaviour.
I've added "String path" for this reason. |
LocalRootFolder | public LocalRootFolder(FolderItem item, String path)(Code) | | Constructor
Due to limitations of the current plugin system, every folder
which is loaded dynamically needs to have the same constructor
behaviour.
I've added "String path" for this reason. (fdietz)
|
supportsAddFolder | public boolean supportsAddFolder(String newFolderType)(Code) | |
|
|
|