TF-1810 Implement store detailed email to cache
(cherry picked from commit 6be6d69ad8e5fb05d839e2649b1f444613eea6d1)
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
|
||||
import 'package:tmail_ui_user/main/utils/app_constants.dart';
|
||||
|
||||
class CachingConstants {
|
||||
static const int MAILBOX_CACHE_IDENTIFY = 1;
|
||||
static const int MAILBOX_RIGHTS_CACHE_IDENTIFY = 2;
|
||||
@@ -22,9 +20,7 @@ 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 int maxNumberRecentEmails = 10;
|
||||
|
||||
static const String appFolderName = AppConstants.applicationName;
|
||||
static const String emailContentFolderName = 'EmailContent';
|
||||
static const int maxNumberNewEmailsForOffline = 10;
|
||||
}
|
||||
Reference in New Issue
Block a user