public class ListEmailModelsRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
firstAccount
Email account
|
String |
folder
A folder in email account
|
String |
queryString
A MailQuery search string
|
Boolean |
recursive
Specifies that should message be searched in subfolders recursively
|
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
|
public String folder
public String firstAccount
public String queryString
public String secondAccount
public String storage
public String storageFolder
public Boolean recursive
public ListEmailModelsRequestData(String folder, String firstAccount, String queryString, String secondAccount, String storage, String storageFolder, Boolean recursive)
folder
- A folder in email accountfirstAccount
- Email accountqueryString
- A MailQuery search stringsecondAccount
- 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) locatedrecursive
- Specifies that should message be searched in subfolders recursivelyCopyright © 2020. All rights reserved.