public class FetchEmailModelRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
firstAccount
Email account
|
String |
folder
Account folder to fetch from (should be specified for some protocols such as IMAP)
|
String |
messageId
Message identifier
|
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 messageId
public String firstAccount
public String secondAccount
public String folder
public String storage
public String storageFolder
public FetchEmailModelRequestData(String messageId, String firstAccount, String secondAccount, String folder, String storage, String storageFolder)
messageId
- Message identifierfirstAccount
- Email accountsecondAccount
- Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP)folder
- Account folder to fetch from (should be specified for some protocols such as IMAP)storage
- Storage name where account file(s) locatedstorageFolder
- Folder in storage where account file(s) locatedCopyright © 2020. All rights reserved.