You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Mails are deleted based on the timestamp on the mailIds. However, for imported emails, this causes them to be deleted too late since the received date on the mail is older than the date encoded to their mailId (date of creation (import)).
Expected behavior
Mails are deleted from the offline storage in an appropriate time. There are two different approaches:
Delete based on received date
Keep as-is to store imported mails. Users can see their imported mails more quickly after importing them since they'll already be stored in the offline storage.
Describe the bug
Mails are deleted based on the timestamp on the
mailId
s. However, for imported emails, this causes them to be deleted too late since the received date on the mail is older than the date encoded to theirmailId
(date of creation (import)).Expected behavior
Mails are deleted from the offline storage in an appropriate time. There are two different approaches:
Version [261.250116.0]
Additional context
MailOfflineCleaner.ts
The text was updated successfully, but these errors were encountered: