TF-1718 Implement unsubscribeMail on Jmap server in offline mode
(cherry picked from commit 354808e6883501a8dc1e0ecd5c0d1a6beab0e83a)
This commit is contained in:
@@ -26,7 +26,8 @@ extension SendingEmailHiveCacheExtension on SendingEmailHiveCache {
|
||||
identityId: const IdentityIdNullableConverter().fromJson(identityId),
|
||||
mailboxNameRequest: const MailboxNameConverter().fromJson(mailboxNameRequest),
|
||||
creationIdRequest: const IdNullableConverter().fromJson(creationIdRequest),
|
||||
sendingState: SendingState.values.firstWhere((value) => value.name == sendingState)
|
||||
sendingState: SendingState.values.firstWhere((value) => value.name == sendingState),
|
||||
previousEmailId: const EmailIdNullableConverter().fromJson(previousEmailId),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user