TF-1809: Handle sync data from cache and network when get email contents
(cherry picked from commit 896059cd5b29c62c2cf34621fe35d7b23a54acf4)
This commit is contained in:
@@ -20,7 +20,8 @@ class CachingConstants {
|
||||
|
||||
static const String fcmCacheBoxName = 'fcm_cache_box';
|
||||
static const String detailedEmailCacheBoxName = 'detailed_email_cache_box';
|
||||
static const String emailContentFolderName = 'email_content';
|
||||
static const String newEmailContentFolderName = 'new_email';
|
||||
static const String openedEmailContentFolderNamee = 'opened_email';
|
||||
static const String openedEmailCacheBoxName = 'opened_email_cache_box';
|
||||
|
||||
static const int maxNumberNewEmailsForOffline = 10;
|
||||
|
||||
Reference in New Issue
Block a user