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
Opt-in per account feature to keep the session/signin-state between app restarts #227
Comments
|
The feature released in https://github.com/vladimiry/ElectronMail/releases/tag/v4.2.0. |
|
Showing how to enable the feature for the specific email account (image picked from v4.2.0): |
|
Picking feature description from v4.2.0 and FAQ:
|
…al, #227 * every 15 minutes by default (interval value is configurable in "config.json") * this should improve preserving by the app actually alive session
* every 15 minutes by default (interval value is configurable in "config.json") * this should improve preserving by the app actually alive session
* this should improve preserving by the app actually alive session

Right now the app doesn't keep the session/cookies/signin-state between restarts since the account's sessions are intentionally stored in memory only so each time the app gets started the signing process gets performed (the process is automated though). But we could store the specific cookies in encrypted
settings.binso then when the user restarts the app there will only be a need to enter the master password to be signed-in into the protonmail account (seesettings.binpurpose in FAQ).The text was updated successfully, but these errors were encountered: