public class ListEmailFoldersRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
firstAccount
Email account
|
String |
parentFolder
Folder in which subfolders should be listed
|
String |
secondAccount
Additional email account (should be specified for POP/IMAP accounts and should be SMTP account)
|
String |
storage
Storage name where account file(s) located
|
String |
storageFolder
Folder in storage where account file(s) located
|
public String firstAccount
public String secondAccount
public String storage
public String storageFolder
public String parentFolder
public ListEmailFoldersRequestData(String firstAccount, String secondAccount, String storage, String storageFolder, String parentFolder)
firstAccount
- Email accountsecondAccount
- Additional email account (should be specified for POP/IMAP accounts and should be SMTP account)storage
- Storage name where account file(s) locatedstorageFolder
- Folder in storage where account file(s) locatedparentFolder
- Folder in which subfolders should be listedCopyright © 2019. All rights reserved.