ProtonMail / proton-bridge

Proton Mail Bridge application
GNU General Public License v3.0
1.11k stars 145 forks source link

Regression: Cache should not be stored in ~/.local/share #480

Open ploum opened 1 month ago

ploum commented 1 month ago

This is a regression similar to bug #252 .

The cache of the emails should be in ~/.cache. It was the case when #252 was marked as solved.

Now, for whatever reason, the cache has been moved to ~/.local/share (which should host directly backupable/exploitable user data).

This really looks like a bug as the .cache/protonmail/ is still created (but not used)