Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix encryption errors for MailDetails tutadb#1633 #5951

Merged
merged 1 commit into from Oct 5, 2023

Conversation

mpfau
Copy link
Contributor

@mpfau mpfau commented Oct 2, 2023

We never set ownerEncSessionKey on a cached instance so we would be missing an ownerEncSessionKey on Mail instance (either temporarily until the update or persistently if the cache is out of sync). Because of that we could not decrypt MailDetailsBlob in some cases.

Test notes

  • Receive mails with MailDetails feature enabled and make sure that the mail is properly displayed.

We never set ownerEncSessionKey on a cached instance so we would be
missing an ownerEncSessionKey on Mail instance (either temporarily
until the update or persistently if the cache is out of sync). Because
of that we could not decrypt MailDetailsBlob in some cases.
@charlag charlag added this to the 3.118.13 milestone Oct 5, 2023
@charlag charlag merged commit 67c7ef5 into master Oct 5, 2023
1 check passed
@charlag charlag deleted the MailDetails-ownerEncSessionKey-null branch October 5, 2023 12:33
@charlag charlag added the state:tested We tested it and are about to release it label Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:tested We tested it and are about to release it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants