mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #85] [Bug] Crash with existing encrypted cache created before a password change #74
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kabouik on GitHub (May 17, 2021).
Original GitHub issue: https://github.com/d99kris/nmail/issues/85
Originally assigned to: @d99kris on GitHub.
If the IMAP password is changed and there is an existing encrypted cache, the account cannot be opened in nmail until the cache is deleted and rebuilt from scratch. This can be an issue for people who rely on local storage to keep their emails but keep small server storage, and those are the most likely to use encryption for their big local cache I guess.
I noticed that on a config with different SMTP and IMAP accounts, and it occurred when changing the IMAP password. Not sure if the same would happen with SMTP as it's not directly related to the cache.
Let me know if you cannot reproduce and I'll collect some logs.
@d99kris commented on GitHub (Oct 16, 2021):
Finally got a chance to take a look at this, it should be fixed with above commit. Please let me know if you encounter any issues. Thanks!
@Kabouik commented on GitHub (Oct 16, 2021):
Thanks!
On 2021-10-16 11:35 Kristofer Berggren @.***> wrote: