ProtonMail / WebClients

Monorepo hosting the proton web clients
GNU General Public License v3.0
4.5k stars 568 forks source link

Wrap WebClient in Electron and keep a locally cached copy of email #105

Closed skewty closed 3 years ago

skewty commented 6 years ago

The subject line says it all. Emails written while offline could be saved and sent later when an Internet connection was restored. This would be great for customers who travel a lot.

kontrollanten commented 6 years ago

There's already an inofficial Electron wrapped client; https://github.com/protonmail-desktop/application But it sounds what you're looking for is ServiceWorker support

skewty commented 6 years ago

Yes ServiceWorker support would get part of the way there. There is also registering to support things like "mailto:" links and being able to create a new email with file attachment from Files / Explorer / Finder. That type of thing.

ArcanisCz commented 6 years ago

mailto support is subject of issue #101

vladimiry commented 5 years ago

@skewty, there is an unofficial desktop app I've been building https://github.com/vladimiry/email-securely-app/releases.

The app is already capable to keep an offline messages cache and reactively maintain the up-to-date state of the cache. You need to go with beta release to get the local cache feature, final v2 release is coming soon. So you can read the emails messages offline and also export all of the emails to EML files in a single mouse click.

Mailto stuff is supposed to be implemened within this issue https://github.com/vladimiry/email-securely-app/issues/62.

skewty commented 5 years ago

I will check it out for sure! Thank you for taking the time to reply to this thread.

Scott

Sent from ProtonMail mobile

-------- Original Message -------- On Nov 25, 2018, 8:39 PM, Vladimir Yakovlev wrote:

@skewty, there is an unofficial desktop app I've been building https://github.com/vladimiry/email-securely-app/releases.

The app is already capable to keep an offline messages cache and reactively maintain the up-to-date state of the cache. You need to go with beta release to get the local cache feature, final v2 release is coming soon. So you can read the emails messages offline and also export all of the emails to EML files in a single mouse click.

Mailto stuff is supposed to be implemened within this issue vladimiry/email-securely-app#62.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.