public class ListEmailThreadsRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
firstAccount
Email account
|
String |
folder
A folder in email account.
|
Integer |
messagesCacheLimit
Limit messages cache size if CacheFile is used.
|
String |
secondAccount
Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP)
|
String |
storage
Storage name where account file(s) located
|
String |
storageFolder
Folder in storage where account file(s) located
|
Boolean |
updateFolderCache
This parameter is only used in accounts with CacheFile.
|
Constructor and Description |
---|
ListEmailThreadsRequestData(String folder,
String firstAccount,
String secondAccount,
String storage,
String storageFolder,
Boolean updateFolderCache,
Integer messagesCacheLimit)
Initializes a new instance of the ListEmailThreadsRequestData class.
|
public String folder
public String firstAccount
public String secondAccount
public String storage
public String storageFolder
public Boolean updateFolderCache
public Integer messagesCacheLimit
public ListEmailThreadsRequestData(String folder, String firstAccount, String secondAccount, String storage, String storageFolder, Boolean updateFolderCache, Integer messagesCacheLimit)
folder
- A folder in email account.firstAccount
- Email accountsecondAccount
- Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP)storage
- Storage name where account file(s) locatedstorageFolder
- Folder in storage where account file(s) locatedupdateFolderCache
- This parameter is only used in accounts with CacheFile. If true - get new messages and update threads cache for given folder. If false, get only threads from cache without any calls to an email accountmessagesCacheLimit
- Limit messages cache size if CacheFile is used. Ignored in accounts without limits supportCopyright © 2020. All rights reserved.