TF-3023 Get SMime signature status in headers email

This commit is contained in:
dab246
2024-08-05 16:23:31 +07:00
committed by Dat H. Pham
parent 252df057ba
commit 8e0dee9341
5 changed files with 37 additions and 9 deletions
+2
View File
@@ -22,4 +22,6 @@ class EmailProperty {
static const String headerMdnKey = 'Disposition-Notification-To';
static const String messageId = 'messageId';
static const String references = 'references';
static const String headerUnsubscribeKey = 'List-Unsubscribe';
static const String headerSMimeStatusKey = 'X-SMIME-Status';
}