From fb59130201c8d9c98f0ec43ddf26f9b3ed9875b9 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Tue, 14 Jul 2020 10:11:12 +0100 Subject: [PATCH 01/27] Update email-clients.html --- _includes/sections/email-clients.html | 59 +++++++++++++++------------ 1 file changed, 32 insertions(+), 27 deletions(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 2fcdde77..c3a51b36 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -1,4 +1,4 @@ -

Email Clients

+

Desktop Email Clients

{% include cardv2.html title="Thunderbird" @@ -17,35 +17,40 @@ %} {% include cardv2.html - title="Claws Mail" - image="/assets/img/png/3rd-party/claws_mail.png" - description="Claws Mail is a free and open source, GTK-based email and news client. It offers easy configuration and an abundance of features. It is included with Gpg4win, an encryption suite for Windows." - website="https://www.claws-mail.org/" - forum="https://forum.privacytools.io/t/discussion-claws-mail/660" - git="https://git.claws-mail.org/" - windows="https://www.claws-mail.org/win32/" - mac="https://www.claws-mail.org/faq/index.php/Installation_and_Configuration#What_do_I_need_to_compile_Claws_Mail.3F" - linux="https://www.claws-mail.org/downloads.php?section=downloads" - freebsd="https://www.freshports.org/mail/claws-mail/" - openbsd="http://openports.se/mail/claws-mail" - netbsd="http://pkgsrc.se/mail/claws-mail" + title="Mailpile" + image="/assets/img/png/3rd-party/mailpile.svg" + description="A modern, fast web-mail client with user-friendly encryption and privacy features." + website="https://www.mailpile.is/" + tor="clgs64523yi2bkhz.onion" + forum="https://forum.privacytools.io/t/" + github="https://github.com/mailpile/Mailpile" + linux="https://www.mailpile.is/download/linux.html" %} -

Privacy Email Tools

+

Mobile Email Clients

- -

Worth Mentioning

+{% include cardv2.html + title="FairMail" + image="/assets/img/svg/3rd-party/fairmail.svg" + description="Fully featured, open source, privacy oriented email app for Android" + website="https://email.faircode.eu/" + privacy-policy="https://github.com/M66B/FairEmail/blob/master/PRIVACY.md" + forum="https://forum.privacytools.io/t/" + source="https://github.com/M66B/FairEmail" + f-droid="https://f-droid.org/en/packages/eu.faircode.email/" + +%} + +{% include cardv2.html + title="K-9 Mail" + image="/assets/img/png/3rd-party/k-9-mail.svg" + description="An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP." + website="https://k9mail.app/" + forum="https://forum.privacytools.io/t/" + github="https://github.com/k9mail" + f-droid="https://f-droid.org/packages/com.fsck.k9/" +%} + - -- 2.47.2 From 2bdef46e8ac57dab1025436a56359c98add44c18 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Tue, 14 Jul 2020 10:33:15 +0100 Subject: [PATCH 02/27] Added K-9 Mail privacy policy --- _includes/sections/email-clients.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index c3a51b36..af4daebe 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -48,6 +48,7 @@ image="/assets/img/png/3rd-party/k-9-mail.svg" description="An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP." website="https://k9mail.app/" + privacy-policy="https://k9mail.app/privacy" forum="https://forum.privacytools.io/t/" github="https://github.com/k9mail" f-droid="https://f-droid.org/packages/com.fsck.k9/" -- 2.47.2 From b296a669a970cdf2c93bd93c6005e1edbceb9f57 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Tue, 14 Jul 2020 10:39:30 +0100 Subject: [PATCH 03/27] Added googleplay links --- _includes/sections/email-clients.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index af4daebe..94557487 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -40,6 +40,7 @@ forum="https://forum.privacytools.io/t/" source="https://github.com/M66B/FairEmail" f-droid="https://f-droid.org/en/packages/eu.faircode.email/" + googleplay="https://play.google.com/store/apps/details?id=eu.faircode.email" %} @@ -52,6 +53,7 @@ forum="https://forum.privacytools.io/t/" github="https://github.com/k9mail" f-droid="https://f-droid.org/packages/com.fsck.k9/" + googleplay="https://play.google.com/store/apps/details?id=com.fsck.k9" %} -- 2.47.2 From 1a261fb9436f68ebc7da46de9f88e530705d8a2c Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Tue, 14 Jul 2020 10:42:10 +0100 Subject: [PATCH 04/27] Fixed fdroid links --- _includes/sections/email-clients.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 94557487..89660457 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -39,7 +39,7 @@ privacy-policy="https://github.com/M66B/FairEmail/blob/master/PRIVACY.md" forum="https://forum.privacytools.io/t/" source="https://github.com/M66B/FairEmail" - f-droid="https://f-droid.org/en/packages/eu.faircode.email/" + fdroid="https://f-droid.org/en/packages/eu.faircode.email/" googleplay="https://play.google.com/store/apps/details?id=eu.faircode.email" %} @@ -52,7 +52,7 @@ privacy-policy="https://k9mail.app/privacy" forum="https://forum.privacytools.io/t/" github="https://github.com/k9mail" - f-droid="https://f-droid.org/packages/com.fsck.k9/" + fdroid="https://f-droid.org/packages/com.fsck.k9/" googleplay="https://play.google.com/store/apps/details?id=com.fsck.k9" %} -- 2.47.2 From de49511b7151e67de6efc94ea6bb9411cedea22e Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Tue, 14 Jul 2020 10:44:16 +0100 Subject: [PATCH 05/27] Added MailPile Privacy Policy --- _includes/sections/email-clients.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 89660457..64b7cab4 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -21,6 +21,7 @@ image="/assets/img/png/3rd-party/mailpile.svg" description="A modern, fast web-mail client with user-friendly encryption and privacy features." website="https://www.mailpile.is/" + privacy-policy="https://www.mailpile.is/privacy.html" tor="clgs64523yi2bkhz.onion" forum="https://forum.privacytools.io/t/" github="https://github.com/mailpile/Mailpile" -- 2.47.2 From 852b9debc4e5170f698d9253490595442d44a3ff Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Tue, 14 Jul 2020 10:48:50 +0100 Subject: [PATCH 06/27] Updated FairMail from `source` to `github` --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 64b7cab4..b898a6f9 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -39,7 +39,7 @@ website="https://email.faircode.eu/" privacy-policy="https://github.com/M66B/FairEmail/blob/master/PRIVACY.md" forum="https://forum.privacytools.io/t/" - source="https://github.com/M66B/FairEmail" + github="https://github.com/M66B/FairEmail" fdroid="https://f-droid.org/en/packages/eu.faircode.email/" googleplay="https://play.google.com/store/apps/details?id=eu.faircode.email" -- 2.47.2 From a998bd223d3f8e26f7c3c46b4363b0c58aea2910 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Tue, 14 Jul 2020 10:49:50 +0100 Subject: [PATCH 07/27] Update email-clients.html --- _includes/sections/email-clients.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index b898a6f9..1aa59ebe 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -1,4 +1,4 @@ -

Desktop Email Clients

+

Desktop Email Clients

{% include cardv2.html title="Thunderbird" @@ -29,7 +29,7 @@ %} -

Mobile Email Clients

+

Mobile Email Clients

{% include cardv2.html -- 2.47.2 From eda848210f683ad4f92e35dc95b509e3eea81b93 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Tue, 14 Jul 2020 14:42:06 +0000 Subject: [PATCH 08/27] Add K9, Mailpile, FairEmail logos --- _includes/sections/email-clients.html | 20 ++++++++------------ assets/img/svg/3rd-party/fairemail.svg | 2 ++ assets/img/svg/3rd-party/k9mail.svg | 2 ++ assets/img/svg/3rd-party/mailpile.svg | 2 ++ 4 files changed, 14 insertions(+), 12 deletions(-) create mode 100644 assets/img/svg/3rd-party/fairemail.svg create mode 100644 assets/img/svg/3rd-party/k9mail.svg create mode 100644 assets/img/svg/3rd-party/mailpile.svg diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 1aa59ebe..2e354e6b 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -5,12 +5,12 @@ image="/assets/img/svg/3rd-party/thunderbird.svg" description="Thunderbird is a free, open source, cross-platform email, newsgroup, news feed, and chat (XMPP, IRC, Twitter) client developed by the Thunderbird community, and previously by the Mozilla Foundation." website="https://www.thunderbird.net/" - privacy-policy="https://www.mozilla.org/en-US/privacy/thunderbird/" + privacy-policy="https://www.mozilla.org/privacy/thunderbird/" forum="https://forum.privacytools.io/t/discussion-thunderbird/659" source="https://hg.mozilla.org/comm-central/" - windows="https://www.thunderbird.net/en-US/" - mac="https://www.thunderbird.net/en-US/" - linux="https://www.thunderbird.net/en-US/" + windows="https://www.thunderbird.net" + mac="https://www.thunderbird.net" + linux="https://www.thunderbird.net/" freebsd="https://www.freshports.org/mail/thunderbird/" openbsd="http://openports.se/mail/mozilla-thunderbird" netbsd="http://pkgsrc.se/mail/thunderbird" @@ -18,7 +18,7 @@ {% include cardv2.html title="Mailpile" - image="/assets/img/png/3rd-party/mailpile.svg" + image="/assets/img/svg/3rd-party/mailpile.svg" description="A modern, fast web-mail client with user-friendly encryption and privacy features." website="https://www.mailpile.is/" privacy-policy="https://www.mailpile.is/privacy.html" @@ -31,10 +31,9 @@

Mobile Email Clients

- {% include cardv2.html - title="FairMail" - image="/assets/img/svg/3rd-party/fairmail.svg" + title="FairEmail" + image="/assets/img/svg/3rd-party/fairemail.svg" description="Fully featured, open source, privacy oriented email app for Android" website="https://email.faircode.eu/" privacy-policy="https://github.com/M66B/FairEmail/blob/master/PRIVACY.md" @@ -42,12 +41,11 @@ github="https://github.com/M66B/FairEmail" fdroid="https://f-droid.org/en/packages/eu.faircode.email/" googleplay="https://play.google.com/store/apps/details?id=eu.faircode.email" - %} {% include cardv2.html title="K-9 Mail" - image="/assets/img/png/3rd-party/k-9-mail.svg" + image="/assets/img/svg/3rd-party/k9mail.svg" description="An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP." website="https://k9mail.app/" privacy-policy="https://k9mail.app/privacy" @@ -56,5 +54,3 @@ fdroid="https://f-droid.org/packages/com.fsck.k9/" googleplay="https://play.google.com/store/apps/details?id=com.fsck.k9" %} - - diff --git a/assets/img/svg/3rd-party/fairemail.svg b/assets/img/svg/3rd-party/fairemail.svg new file mode 100644 index 00000000..54046c9a --- /dev/null +++ b/assets/img/svg/3rd-party/fairemail.svg @@ -0,0 +1,2 @@ + + diff --git a/assets/img/svg/3rd-party/k9mail.svg b/assets/img/svg/3rd-party/k9mail.svg new file mode 100644 index 00000000..f5128b01 --- /dev/null +++ b/assets/img/svg/3rd-party/k9mail.svg @@ -0,0 +1,2 @@ + + diff --git a/assets/img/svg/3rd-party/mailpile.svg b/assets/img/svg/3rd-party/mailpile.svg new file mode 100644 index 00000000..9da73d63 --- /dev/null +++ b/assets/img/svg/3rd-party/mailpile.svg @@ -0,0 +1,2 @@ + + -- 2.47.2 From 0455accfb38d9bff857b8dd874b4d5c9620b3676 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Wed, 15 Jul 2020 11:36:56 +0100 Subject: [PATCH 09/27] Added iOS Email Clients --- _includes/sections/email-clients.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 2e354e6b..06fe6e32 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -29,7 +29,7 @@ %} -

Mobile Email Clients

+

Android Email Clients

{% include cardv2.html title="FairEmail" @@ -46,7 +46,7 @@ {% include cardv2.html title="K-9 Mail" image="/assets/img/svg/3rd-party/k9mail.svg" - description="An independent mail application for Android. It supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP." + description="An independent mail application that supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP." website="https://k9mail.app/" privacy-policy="https://k9mail.app/privacy" forum="https://forum.privacytools.io/t/" @@ -54,3 +54,18 @@ fdroid="https://f-droid.org/packages/com.fsck.k9/" googleplay="https://play.google.com/store/apps/details?id=com.fsck.k9" %} + +

iOS Email Clients

+ +{% include cardv2.html + title="Letterbox" + image="/assets/img/svg/3rd-party/letterbox.svg" + description="" + website="https://letterbox-app.org/" + privacy-policy="https://letterbox-app.org/privacy.html" + forum="https://forum.privacytools.io/t/" + git="https://git.imp.fu-berlin.de/enzevalos/" +%} + + + -- 2.47.2 From 5c49529626513143c7cfe58c1db2c6b382c69c76 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Wed, 15 Jul 2020 17:37:01 +0100 Subject: [PATCH 10/27] Update email-clients.html --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 06fe6e32..372e66ae 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -60,7 +60,7 @@ {% include cardv2.html title="Letterbox" image="/assets/img/svg/3rd-party/letterbox.svg" - description="" + description="Letterbox is a free open-source mail client on iOS and part of an ongoing research project at the Freie Universität Berlin, Germany." website="https://letterbox-app.org/" privacy-policy="https://letterbox-app.org/privacy.html" forum="https://forum.privacytools.io/t/" -- 2.47.2 From e6ce1f5375ec226c0d718c003a9dcd9d9ce673a8 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Wed, 15 Jul 2020 17:45:39 +0100 Subject: [PATCH 11/27] Update email-clients.html --- _includes/sections/email-clients.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 372e66ae..ef40241b 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -60,7 +60,8 @@ {% include cardv2.html title="Letterbox" image="/assets/img/svg/3rd-party/letterbox.svg" - description="Letterbox is a free open-source mail client on iOS and part of an ongoing research project at the Freie Universität Berlin, Germany." + labels="color==warning::link==https://letterbox-app.org/study.html::text==Warning::tooltip==Letterbox is a research project and still under development. Use at your own risk!" + description="Letterbox is a free open-source mail client made as a part of an ongoing research project at the Freie Universität Berlin, Germany." website="https://letterbox-app.org/" privacy-policy="https://letterbox-app.org/privacy.html" forum="https://forum.privacytools.io/t/" -- 2.47.2 From ccb53d8e53ef0ceecb6cf82cb730a0bd374f346e Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Thu, 16 Jul 2020 07:07:16 +0000 Subject: [PATCH 12/27] Use a subheading for android/ios etc --- _includes/sections/email-clients.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index ef40241b..c1567dc4 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -29,7 +29,9 @@ %} -

Android Email Clients

+

Mobile Email Clients

+ +

Android Email Clients

{% include cardv2.html title="FairEmail" @@ -55,7 +57,7 @@ googleplay="https://play.google.com/store/apps/details?id=com.fsck.k9" %} -

iOS Email Clients

+

iOS Email Clients

{% include cardv2.html title="Letterbox" @@ -67,6 +69,3 @@ forum="https://forum.privacytools.io/t/" git="https://git.imp.fu-berlin.de/enzevalos/" %} - - - -- 2.47.2 From 7af2b35e61d1602b1beeb1873995d22735b28a46 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Thu, 16 Jul 2020 12:02:33 +0100 Subject: [PATCH 13/27] Swapped Letterbox for Canary Mail Added Letterbox to worth mentioning. --- _includes/sections/email-clients.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index c1567dc4..bdf18276 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -60,12 +60,19 @@

iOS Email Clients

{% include cardv2.html - title="Letterbox" - image="/assets/img/svg/3rd-party/letterbox.svg" - labels="color==warning::link==https://letterbox-app.org/study.html::text==Warning::tooltip==Letterbox is a research project and still under development. Use at your own risk!" - description="Letterbox is a free open-source mail client made as a part of an ongoing research project at the Freie Universität Berlin, Germany." - website="https://letterbox-app.org/" - privacy-policy="https://letterbox-app.org/privacy.html" + title="Canary Mail" + image="/assets/img/svg/3rd-party/canarymail.svg" + labels="color==warning::link==https://letterbox-app.org/study.html::text==Warning::tooltip==Canary Mail is closed source." + description="" + website="https://canarymail.io/" + privacy-policy="https://canarymail.io/privacy.html" forum="https://forum.privacytools.io/t/" - git="https://git.imp.fu-berlin.de/enzevalos/" + ios="https://apps.apple.com/us/app/canary-mail/id1236045954" %} + + +

Worth Mentioning

+ +
    +
  • Letterbox - Letterbox is a free open-source mail client made as a part of an ongoing research project at the Freie Universität Berlin, Germany.
  • +
-- 2.47.2 From d247926e4ac393010fe33f09ae21e14804c11c89 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Thu, 16 Jul 2020 12:10:27 +0100 Subject: [PATCH 14/27] Update FairMail description --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index bdf18276..3220240c 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -36,7 +36,7 @@ {% include cardv2.html title="FairEmail" image="/assets/img/svg/3rd-party/fairemail.svg" - description="Fully featured, open source, privacy oriented email app for Android" + description="A minimal, open source email app, using open standards (IMAP, SMTP, OpenPGP) with a low data and battery usage." website="https://email.faircode.eu/" privacy-policy="https://github.com/M66B/FairEmail/blob/master/PRIVACY.md" forum="https://forum.privacytools.io/t/" -- 2.47.2 From 9538961ebf45a530d5c31ae7d0638ad747d2da3a Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Thu, 16 Jul 2020 19:33:59 +0100 Subject: [PATCH 15/27] Updated link for Canary Mail warning --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 3220240c..06d9f137 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -62,7 +62,7 @@ {% include cardv2.html title="Canary Mail" image="/assets/img/svg/3rd-party/canarymail.svg" - labels="color==warning::link==https://letterbox-app.org/study.html::text==Warning::tooltip==Canary Mail is closed source." + labels="color==warning::link==https://canarymail.io/faq.html::text==Warning::tooltip==Canary Mail is closed source." description="" website="https://canarymail.io/" privacy-policy="https://canarymail.io/privacy.html" -- 2.47.2 From bab757e56d63a571805f830a92354037ddf43219 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Sun, 26 Jul 2020 20:31:10 +0100 Subject: [PATCH 16/27] Updated MailPile description --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 06d9f137..36475ce8 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -19,7 +19,7 @@ {% include cardv2.html title="Mailpile" image="/assets/img/svg/3rd-party/mailpile.svg" - description="A modern, fast web-mail client with user-friendly encryption and privacy features." + description="Mailpile is a free, community funded, open source email client with user-friendly encryption and privacy features." website="https://www.mailpile.is/" privacy-policy="https://www.mailpile.is/privacy.html" tor="clgs64523yi2bkhz.onion" -- 2.47.2 From 374773c210bab9e73af0f6c52a52b5407ef55be4 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Sun, 26 Jul 2020 20:35:47 +0100 Subject: [PATCH 17/27] Upadted Android Email Client descriptions --- _includes/sections/email-clients.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 36475ce8..e3eff7f7 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -36,7 +36,7 @@ {% include cardv2.html title="FairEmail" image="/assets/img/svg/3rd-party/fairemail.svg" - description="A minimal, open source email app, using open standards (IMAP, SMTP, OpenPGP) with a low data and battery usage." + description="FairEmail is a minimal, open source email app, using open standards (IMAP, SMTP, OpenPGP) with a low data and battery usage." website="https://email.faircode.eu/" privacy-policy="https://github.com/M66B/FairEmail/blob/master/PRIVACY.md" forum="https://forum.privacytools.io/t/" @@ -48,7 +48,7 @@ {% include cardv2.html title="K-9 Mail" image="/assets/img/svg/3rd-party/k9mail.svg" - description="An independent mail application that supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP." + description="K-9 Mail is an independent mail application that supports both POP3 and IMAP mailboxes, but only supports push mail for IMAP." website="https://k9mail.app/" privacy-policy="https://k9mail.app/privacy" forum="https://forum.privacytools.io/t/" -- 2.47.2 From 7da609625e0a54901a185a75c7b67fc3d73ba3df Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Mon, 27 Jul 2020 14:06:11 +0100 Subject: [PATCH 18/27] Added CanaryMail description --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index e3eff7f7..5e7f7a17 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -63,7 +63,7 @@ title="Canary Mail" image="/assets/img/svg/3rd-party/canarymail.svg" labels="color==warning::link==https://canarymail.io/faq.html::text==Warning::tooltip==Canary Mail is closed source." - description="" + description="CanaryMail is a paid email client designed to make End-To-End Encryption seamless and a Biometric App Lock." website="https://canarymail.io/" privacy-policy="https://canarymail.io/privacy.html" forum="https://forum.privacytools.io/t/" -- 2.47.2 From be426fd0bce94aad681348c79394e1ef094ed77c Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Mon, 27 Jul 2020 14:59:46 +0100 Subject: [PATCH 19/27] Tidy-up CanaryMail discription --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 5e7f7a17..4d3c455b 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -63,7 +63,7 @@ title="Canary Mail" image="/assets/img/svg/3rd-party/canarymail.svg" labels="color==warning::link==https://canarymail.io/faq.html::text==Warning::tooltip==Canary Mail is closed source." - description="CanaryMail is a paid email client designed to make End-To-End Encryption seamless and a Biometric App Lock." + description="CanaryMail is a paid email client designed to make end-to-end encryption seamless with security features such as a biometric app lock." website="https://canarymail.io/" privacy-policy="https://canarymail.io/privacy.html" forum="https://forum.privacytools.io/t/" -- 2.47.2 From ce6924d41e6a4647473c1add7c468b0f545c61f5 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Tue, 28 Jul 2020 10:37:23 +0100 Subject: [PATCH 20/27] Added Mailvelope as a card --- _includes/sections/email-clients.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 4d3c455b..624fe835 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -29,6 +29,23 @@ %} + +{% include cardv2.html + title="Mailvelope" + image="/assets/img/svg/3rd-party/mailvelope .svg" + description="Mailvelope is a browser extension that enables the exchange of encrypted emails following the OpenPGP encryption standard." + website="https://www.mailvelope.com/en" + privacy-policy="https://www.mailvelope.com/en/privacy-policy" + forum="https://forum.privacytools.io/t/" + github="https://github.com/mailvelope/mailvelope" + firefox="https://addons.mozilla.org/firefox/addon/mailvelope/" + chrome="https://chrome.google.com/webstore/detail/mailvelope/kajibbejlbohfaggdiogboambcijhkke?hl" + edge="https://microsoftedge.microsoft.com/addons/detail/mailvelope/dgcbddhdhjppfdfjpciagmmibadmoapc" +%} + + + +

Mobile Email Clients

Android Email Clients

-- 2.47.2 From 93aa085676f50a7559bd66d443a52c2468b75a11 Mon Sep 17 00:00:00 2001 From: Freddy Marsden Date: Thu, 6 Aug 2020 18:59:29 +0100 Subject: [PATCH 21/27] Added a space for CanaryMail --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 624fe835..70ac90b2 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -80,7 +80,7 @@ title="Canary Mail" image="/assets/img/svg/3rd-party/canarymail.svg" labels="color==warning::link==https://canarymail.io/faq.html::text==Warning::tooltip==Canary Mail is closed source." - description="CanaryMail is a paid email client designed to make end-to-end encryption seamless with security features such as a biometric app lock." + description="Canary Mail is a paid email client designed to make end-to-end encryption seamless with security features such as a biometric app lock." website="https://canarymail.io/" privacy-policy="https://canarymail.io/privacy.html" forum="https://forum.privacytools.io/t/" -- 2.47.2 From 53ce2c458f10376e90e70e23ff0e2628c624628d Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Sat, 15 Aug 2020 17:07:48 +0000 Subject: [PATCH 22/27] Add mailvelope SVG and canarymail logo --- _includes/sections/email-clients.html | 9 +++------ assets/img/svg/3rd-party/mailvelope.svg | 2 ++ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 assets/img/svg/3rd-party/mailvelope.svg diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 70ac90b2..7276a19f 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -32,20 +32,17 @@ {% include cardv2.html title="Mailvelope" - image="/assets/img/svg/3rd-party/mailvelope .svg" + image="/assets/img/svg/3rd-party/mailvelope.svg" description="Mailvelope is a browser extension that enables the exchange of encrypted emails following the OpenPGP encryption standard." website="https://www.mailvelope.com/en" privacy-policy="https://www.mailvelope.com/en/privacy-policy" forum="https://forum.privacytools.io/t/" github="https://github.com/mailvelope/mailvelope" firefox="https://addons.mozilla.org/firefox/addon/mailvelope/" - chrome="https://chrome.google.com/webstore/detail/mailvelope/kajibbejlbohfaggdiogboambcijhkke?hl" + chrome="https://chrome.google.com/webstore/detail/mailvelope/kajibbejlbohfaggdiogboambcijhkke?hl" edge="https://microsoftedge.microsoft.com/addons/detail/mailvelope/dgcbddhdhjppfdfjpciagmmibadmoapc" %} - - -

Mobile Email Clients

Android Email Clients

@@ -79,7 +76,7 @@ {% include cardv2.html title="Canary Mail" image="/assets/img/svg/3rd-party/canarymail.svg" - labels="color==warning::link==https://canarymail.io/faq.html::text==Warning::tooltip==Canary Mail is closed source." + labels="color==warning::link==https://canarymail.io/faq.html::text==Closed source::tooltip==The source programming code for Canary Mail is not available. Canary Mail is a proprietary application." description="Canary Mail is a paid email client designed to make end-to-end encryption seamless with security features such as a biometric app lock." website="https://canarymail.io/" privacy-policy="https://canarymail.io/privacy.html" diff --git a/assets/img/svg/3rd-party/mailvelope.svg b/assets/img/svg/3rd-party/mailvelope.svg new file mode 100644 index 00000000..0aa71d2a --- /dev/null +++ b/assets/img/svg/3rd-party/mailvelope.svg @@ -0,0 +1,2 @@ + + -- 2.47.2 From 851052476bc57a717224dfee1ae22b74cca50bb3 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 19 Aug 2020 11:15:44 +0000 Subject: [PATCH 23/27] Add CanaryMail logo --- _includes/sections/email-clients.html | 2 -- assets/img/svg/3rd-party/canary.svg | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 assets/img/svg/3rd-party/canary.svg diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 7276a19f..b1dc8051 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -28,8 +28,6 @@ linux="https://www.mailpile.is/download/linux.html" %} - - {% include cardv2.html title="Mailvelope" image="/assets/img/svg/3rd-party/mailvelope.svg" diff --git a/assets/img/svg/3rd-party/canary.svg b/assets/img/svg/3rd-party/canary.svg new file mode 100644 index 00000000..b3df42db --- /dev/null +++ b/assets/img/svg/3rd-party/canary.svg @@ -0,0 +1,2 @@ + + -- 2.47.2 From efbb2b82abe3d050033a9c965c946dfe4c994423 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Wed, 19 Aug 2020 11:21:46 +0000 Subject: [PATCH 24/27] Rename file --- assets/img/svg/3rd-party/{canary.svg => canarymail.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename assets/img/svg/3rd-party/{canary.svg => canarymail.svg} (100%) diff --git a/assets/img/svg/3rd-party/canary.svg b/assets/img/svg/3rd-party/canarymail.svg similarity index 100% rename from assets/img/svg/3rd-party/canary.svg rename to assets/img/svg/3rd-party/canarymail.svg -- 2.47.2 From c583ed7bc74d93107c0bead923aa2d2e63a8fb88 Mon Sep 17 00:00:00 2001 From: Freddy Date: Sat, 22 Aug 2020 10:31:24 +0100 Subject: [PATCH 25/27] Updated Letterbox descritption --- _includes/sections/email-clients.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index b1dc8051..220f158d 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -86,5 +86,5 @@

Worth Mentioning

    -
  • Letterbox - Letterbox is a free open-source mail client made as a part of an ongoing research project at the Freie Universität Berlin, Germany.
  • +
  • Letterbox - Letterbox is a free open-source mail client for iOS made as a part of an ongoing research project at the Freie Universität Berlin, Germany.
-- 2.47.2 From 3aaac1f2e285088af15d83ece16f9a5945d2425a Mon Sep 17 00:00:00 2001 From: Freddy Date: Sat, 22 Aug 2020 10:36:44 +0100 Subject: [PATCH 26/27] Added NeoMutt as worth mentioning this is just the initial description, could probably do with a better one --- _includes/sections/email-clients.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 220f158d..1e47c379 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -87,4 +87,6 @@
  • Letterbox - Letterbox is a free open-source mail client for iOS made as a part of an ongoing research project at the Freie Universität Berlin, Germany.
  • +
  • NeoMutt - NeoMutt is an open-source command line mail reader (or MUA) for Linux and BSD. It’s a fork of Mutt with added features.
+ -- 2.47.2 From ec0a8b20994c9eb1a916adad4f3a1c14484912f3 Mon Sep 17 00:00:00 2001 From: Freddy Date: Tue, 13 Oct 2020 10:38:06 +0100 Subject: [PATCH 27/27] Updated Worth Mentioning Section --- _includes/sections/email-clients.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 1e47c379..3b79f346 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -41,6 +41,14 @@ edge="https://microsoftedge.microsoft.com/addons/detail/mailvelope/dgcbddhdhjppfdfjpciagmmibadmoapc" %} +

Worth Mentioning

+ +
    +
  • NeoMutt - NeoMutt is an open-source command line mail reader (or MUA) for Linux and BSD. It’s a fork of Mutt with added features. +
+ + +

Mobile Email Clients

Android Email Clients

@@ -87,6 +95,5 @@
  • Letterbox - Letterbox is a free open-source mail client for iOS made as a part of an ongoing research project at the Freie Universität Berlin, Germany.
  • -
  • NeoMutt - NeoMutt is an open-source command line mail reader (or MUA) for Linux and BSD. It’s a fork of Mutt with added features.
-- 2.47.2