-
Notifications
You must be signed in to change notification settings - Fork 102
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
Support @ProtonMail web client apps stack v4.1.0+ #332
Comments
* only the proton-mail-settings/proton-contacts/proton-calendar projects for now (WebClient => proton-mail transition is planned for resolving in #332)
I've been working on the task for a while and things go well so far. The remaining things to convert to a new proto-mail-client are:
After finishing conversion there will be a need to test the stability for a while, in action, and we are good then. |
All the points have been handled in my TODO list for this task, so I believe a new release is going to happen next week. |
I planned to release v4.9.0 this week but it appears that there is a major issue at the proton side which I'd prefer them to sort out before the new ElectronMail version gets on the rails. Not sharing issue details yet. |
The issue has been reported to the company and confirmed just recently. The named ETA on fixing it is 2-3 weeks which is unfortunate. So v4.9.0 app release gets delayed for 2-3 weeks. I believe though there is still a chance it gets fixed earlier. |
If someone will be assembling the installation package from sources before v4.9.0 released, I highly recommend enabling the opt-in |
The issue appears to be fixed now. The problem was that when the user was exporting the email message in Proton's UI via "More => Export" click all the inlined to email images were requested. So the export was not efficient since there is no need to request inlined images during exporting to EML. But more importantly, the IP address was silently leaking without the user's consent. There is no blocker anymore and so the app v4.9.0 release is on the way. |
@ProtonMail has recently deployed 4.1.0 WebClient at https://beta.protonmail.com. This version is a from-scratch rework and is now based on React rather than on AngularJS. So ElectronMail will need to significantly rework the integration layer.
Besides it now uses Single Sign-On scenario / SSO via the https://account.protonmail.com web app sources if which is not yet shared in protonmail organization.. The https://github.com/ProtonMail/proton-account project has been shared on request.The goal is:
Adopting a new https://github.com/ProtonMail/proton-account project is required since protonmail has moved there essential account-related options which were originally located in https://github.com/ProtonMail/proton-mail-settings project.
The text was updated successfully, but these errors were encountered: