TF-1869: Duplicate check for OpenedEmail and DetailedEmail when get contents

(cherry picked from commit 674312c3dd515b5699c84d3572bdc7bed9e7415d)
This commit is contained in:
HuyNguyen
2023-05-23 18:05:04 +07:00
committed by Dat Vu
parent 7267ee2c64
commit 109ea54204
6 changed files with 61 additions and 6 deletions
@@ -21,7 +21,7 @@ class CachingConstants {
static const String fcmCacheBoxName = 'fcm_cache_box';
static const String detailedEmailCacheBoxName = 'detailed_email_cache_box';
static const String newEmailContentFolderName = 'new_email';
static const String openedEmailContentFolderNamee = 'opened_email';
static const String openedEmailContentFolderName = 'opened_email';
static const String openedEmailCacheBoxName = 'opened_email_cache_box';
static const int maxNumberNewEmailsForOffline = 10;