Vladimir Yakovlev
Vladimir Yakovlev
This gray screen indicates that mentioned webview/page is: - Not loaded. This is an initial stage, before proton's web client gets loaded on app start or account activation - Got...
> It does indeed include error lines similar to what you quoted Not really. The only suspect is the following one, but it's just one case and quite old: ```...
@RobertKirchner9 see #588. The latest v5.1.4 release fixes the issue.
Sounds like somehow weird issue. I guess you could try the following steps: - Disable the [persistent sessions](https://github.com/vladimiry/ElectronMail/issues/227#issuecomment-597332411) flag for the account and click "Update" button on the form. -...
> Can you tell me how to make Electron-Mail store the correct password? I don't recommend [storing the accounts passwords](https://user-images.githubusercontent.com/1560781/227302455-18c64e12-a706-4ea0-a2aa-2a3af340aafc.png) in the app as this feature is obsolete since [v4.10.2](https://github.com/vladimiry/ElectronMail/releases/tag/v4.10.2),...
I run the app on Linux for weeks without restart and have not faced this issue yet. Apparently the issue is linked to some sort of sleep state switch or/and...
The situation like this not supposed to happen, so the app detects invalid case and shows the error message you posted. Regarding preventing this situation to happen, clearly there is...
In the next release, the app is going to save multiple "proton-session" cookies records. The proper approach would be in keeping only the actual/valid records set, but this requires thorough...
Thanks for the report. I didn't notice this new feature before publishing the 5.1.3 release and so didn't try it in action.
There is no easy fix as they use iframe for embedding the entire calendar web app on the side panel vs mounting calendar-related components into the same page/DOM.