From a6a4761f1597309b21432b695d1df6849592ddc9 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 11 Apr 2017 13:42:01 -0300 Subject: [PATCH] Added ProtonMail CH Fixes #772 --- app/store/ServicesList.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 72aeaff6..bebf62d1 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -224,6 +224,15 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://mail.protonmail.com/inbox' ,type: 'email' }, + { + id: 'protonmailch' + ,logo: 'protonmail.png' + ,name: 'ProtonMail CH' + ,description: 'Free and web-based encrypted email service founded in 2013 at the CERN research facility. ProtonMail is designed as a zero-knowledge system,[note 1] using client-side encryption to protect emails and user data before they are sent to ProtonMail servers, in contrast to other common webmail services such as Gmail and Hotmail.' + ,url: 'https://app.protonmail.ch/inbox' + ,type: 'email' + ,note: 'Read HERE to see the differences between protonmail.com and protonmail.ch.' + }, { id: 'tutanota' ,logo: 'tutanota.png'