|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailFolder | |
|---|---|
| com.openexchange.mail | |
| com.openexchange.mail.api | |
| com.openexchange.mail.dataobjects | |
| com.openexchange.mail.json.writer | |
| Uses of MailFolder in com.openexchange.mail |
|---|
| Methods in com.openexchange.mail that return MailFolder | |
|---|---|
abstract MailFolder |
MailServletInterface.getFolder(java.lang.String folder,
boolean checkFolder)
Returns the store's folder identfied through given String instance |
| Methods in com.openexchange.mail that return types with arguments of type MailFolder | |
|---|---|
abstract com.openexchange.tools.iterator.SearchIterator<MailFolder> |
MailServletInterface.getChildFolders(java.lang.String parentFolder,
boolean all)
Returns an instance of SearchIterator containing the subfolders of given folder |
abstract com.openexchange.tools.iterator.SearchIterator<MailFolder> |
MailServletInterface.getPathToDefaultFolder(java.lang.String folder)
Returns an instance of SearchIterator containing all antecessor folders on path to mailbox's default folder |
abstract com.openexchange.tools.iterator.SearchIterator<MailFolder> |
MailServletInterface.getRootFolders()
Returns an instance of SearchIterator containing the mailbox's default folder |
| Uses of MailFolder in com.openexchange.mail.api |
|---|
| Fields in com.openexchange.mail.api declared as MailFolder | |
|---|---|
static MailFolder[] |
IMailFolderStorage.EMPTY_PATH
The constant to return or represent an empty path. |
| Methods in com.openexchange.mail.api that return MailFolder | |
|---|---|
MailFolder |
IMailFolderStorage.getFolder(java.lang.String fullname)
Gets the folder identified through given fullname |
abstract MailFolder |
MailFolderStorage.getFolder(java.lang.String fullname)
|
MailFolder[] |
IMailFolderStorage.getPath2DefaultFolder(java.lang.String fullname)
Gets the reverse path from the folder identified through given fullname to parental default folder. |
MailFolder[] |
MailFolderStorage.getPath2DefaultFolder(java.lang.String fullname)
|
MailFolder |
IMailFolderStorage.getRootFolder()
Gets the mailbox's root folder. |
MailFolder |
MailAccess.getRootFolder()
Convenience method to obtain root folder in a fast way; meaning no default folder check is performed which is not necessary to return the root folder. |
MailFolder |
MailFolderStorage.getRootFolder()
Gets the mailbox's root folder. |
MailFolder[] |
IMailFolderStorage.getSubfolders(java.lang.String parentFullname,
boolean all)
Gets the first level subfolders located below the folder whose fullname matches given parameter parentFullname. |
abstract MailFolder[] |
MailFolderStorage.getSubfolders(java.lang.String parentFullname,
boolean all)
|
| Uses of MailFolder in com.openexchange.mail.dataobjects |
|---|
| Subclasses of MailFolder in com.openexchange.mail.dataobjects | |
|---|---|
class |
ReadOnlyMailFolder
ReadOnlyMailFolder - a data container object for a mail folder |
| Constructors in com.openexchange.mail.dataobjects with parameters of type MailFolder | |
|---|---|
ReadOnlyMailFolder(MailFolder delegate)
Initializes a new ReadOnlyMailFolder |
|
| Uses of MailFolder in com.openexchange.mail.json.writer |
|---|
| Methods in com.openexchange.mail.json.writer with parameters of type MailFolder | |
|---|---|
void |
FolderWriter.MailFolderFieldWriter.writeField(FolderWriter.JSONValuePutter jsonContainer,
int accountId,
MailFolder folder)
|
void |
FolderWriter.MailFolderFieldWriter.writeField(FolderWriter.JSONValuePutter jsonContainer,
int accountId,
MailFolder folder,
java.lang.String name,
int hasSubfolders)
|
abstract void |
FolderWriter.MailFolderFieldWriter.writeField(FolderWriter.JSONValuePutter putter,
int accountId,
MailFolder folder,
java.lang.String name,
int hasSubfolders,
java.lang.String fullName,
int module,
boolean all)
|
static org.json.JSONObject |
FolderWriter.writeMailFolder(int accountId,
MailFolder folder,
MailConfig mailConfig,
com.openexchange.tools.session.ServerSession session)
Writes whole folder as a JSON object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||