TF-2938 Fix request read receipt is not saved onto drafts
This commit is contained in:
@@ -28,6 +28,8 @@ extension EmailExtension on Email {
|
||||
|
||||
String get listUnsubscribe => headers.listUnsubscribe;
|
||||
|
||||
bool get hasRequestReadReceipt => headers.readReceiptHasBeenRequested;
|
||||
|
||||
bool get hasListUnsubscribe => listUnsubscribe.isNotEmpty;
|
||||
|
||||
bool hasReadReceipt(Map<MailboxId, PresentationMailbox> mapMailbox) {
|
||||
|
||||
Reference in New Issue
Block a user