TF-2271 Implement dns lookup to get jmap url
Signed-off-by: dab246 <tdvu@linagora.com> (cherry picked from commit 7b0c0015a15a243b6b4aef3d78e7653d556ad109)
This commit is contained in:
@@ -129,12 +129,10 @@ class CachingManager {
|
||||
}
|
||||
|
||||
Future<void> clearAllFileInStorage() async {
|
||||
if (PlatformInfo.isMobile) {
|
||||
await Future.wait([
|
||||
_fileUtils.removeFolder(CachingConstants.newEmailsContentFolderName),
|
||||
_fileUtils.removeFolder(CachingConstants.openedEmailContentFolderName),
|
||||
]);
|
||||
}
|
||||
await Future.wait([
|
||||
_fileUtils.removeFolder(CachingConstants.newEmailsContentFolderName),
|
||||
_fileUtils.removeFolder(CachingConstants.openedEmailContentFolderName),
|
||||
]);
|
||||
}
|
||||
|
||||
Future<void> _clearSendingEmailCache() async {
|
||||
|
||||
Reference in New Issue
Block a user