TF-1808: Create func store email when opening in data layer

(cherry picked from commit a24b4698eedd8c28461877a717ef305a6c47f185)
This commit is contained in:
HuyNguyen
2023-05-11 14:38:15 +07:00
committed by Dat Vu
parent a5dbcb1357
commit 28d75ce384
12 changed files with 110 additions and 3 deletions
@@ -23,4 +23,5 @@ class CachingConstants {
static const String emailContentFolderName = 'email_content';
static const int maxNumberNewEmailsForOffline = 10;
static const int maxNumberOpenedEmailsForOffline = 30;
}