tutao / tutanota

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
https://tuta.com
GNU General Public License v3.0
5.85k stars 502 forks source link

[SDK] Encrypted entity client with downloading #7144

Open rezbyte opened 6 days ago

rezbyte commented 6 days ago

This PR introduces 'CryptoEntityClient' a wrapper around EntityClient that utilizes CryptoFacade to provide automatic encryption/decryption to entity operations. Only the entity downloading functionality has been implemented as per the issue.

Closes #6955.