TF-657 Add headers and keywords property when get email content

This commit is contained in:
dab246
2022-10-19 16:21:15 +07:00
committed by Dat H. Pham
parent 18b3f61f70
commit 02789d527f
7 changed files with 63 additions and 16 deletions
+5
View File
@@ -14,4 +14,9 @@ class EmailProperty {
static const String bcc = 'bcc';
static const String replyTo = 'replyTo';
static const String mailboxIds = 'mailboxIds';
static const String bodyValues = 'bodyValues';
static const String htmlBody = 'htmlBody';
static const String attachments = 'attachments';
static const String headers = 'headers';
static final String headerMdnKey = 'Disposition-Notification-To';
}