TF-3413 Support Reply to list for email

This commit is contained in:
dab246
2025-01-09 05:04:55 +07:00
committed by Dat H. Pham
parent 1689f709b5
commit 77b756cbb6
20 changed files with 277 additions and 32 deletions
+1
View File
@@ -1,6 +1,7 @@
enum EmailActionType {
reply,
replyToList,
forward,
replyAll,
compose,
+1
View File
@@ -24,4 +24,5 @@ class EmailProperty {
static const String references = 'references';
static const String headerUnsubscribeKey = 'List-Unsubscribe';
static const String headerSMimeStatusKey = 'X-SMIME-Status';
static const String headerListPostKey = 'List-Post';
}