-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Auto decrypt mail #1142
Comments
SnappyMail didn't store decrypt passwords, but the latest version should with the "remember option". However, since we forget to lock our computer when we walk away. |
Indeed, if the password is remember, it will save a click on each message.
Also what I observe on ProtonMail for example, is that the gpg key used for encryption looks like to be the one for connecting to your account. |
Perhaps this behavour should be an option? If so, it could be included in the Security Settings as a simple set of radio buttons (with the default being the current behaviour of requiring the user to click on "Decrypt" first since this should be regarded as a more secure practice):
|
The PGP key is store in memory after you seize it once. It may be useful to loose it after a delay of inactivity instead. So you have to reenter it. |
I've added a delay of 15 minutes inactivity. Any kind of activity (sign, decrypt, export) resets the timer to 15 minutes. Auto-decrypt could be feasible now. |
I would like to invite you also discussing the hardcoded value of 15 minutes here: #1545 I totally get that security should be taken seriously here but having a non-customizable value of 15 minutes leads to other issues like having to enter the PGP password almost every time you want to send and sign an email (which most likely happens more often than decrypting mails). |
Is your feature request related to a problem? Please describe.
When I open a crypted message, I need to click on Decrypt to see it.
For example on ProtonMail, the message is decrypted, and I have an icon to tell me that's a crypted and signed message.
Describe the solution you'd like
Can we have an option to automatically decrypt encrypted mail ?
The text was updated successfully, but these errors were encountered: