TF-1718 Implement unsubscribeMail on Jmap server
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 0f61a97aab513cda75c65e3c92ebcf8f6290b6ec)
This commit is contained in:
@@ -14,6 +14,7 @@ class EmailRequest with EquatableMixin {
|
||||
final IdentityId? identityId;
|
||||
final EmailActionType emailActionType;
|
||||
final String? storedSendingId;
|
||||
final EmailId? previousEmailId;
|
||||
|
||||
EmailRequest({
|
||||
required this.email,
|
||||
@@ -23,6 +24,7 @@ class EmailRequest with EquatableMixin {
|
||||
this.emailIdDestroyed,
|
||||
this.emailIdAnsweredOrForwarded,
|
||||
this.storedSendingId,
|
||||
this.previousEmailId,
|
||||
});
|
||||
|
||||
@override
|
||||
@@ -34,6 +36,7 @@ class EmailRequest with EquatableMixin {
|
||||
emailIdAnsweredOrForwarded,
|
||||
emailActionType,
|
||||
storedSendingId,
|
||||
previousEmailId,
|
||||
];
|
||||
|
||||
bool get isEmailAnswered => emailIdAnsweredOrForwarded != null &&
|
||||
|
||||
Reference in New Issue
Block a user