diff --git a/_includes/sections/email-clients.html b/_includes/sections/email-clients.html index 4b3ce053..3b79f346 100644 --- a/_includes/sections/email-clients.html +++ b/_includes/sections/email-clients.html @@ -1,51 +1,99 @@ -

Email Clients

+

Desktop Email Clients

{% include cardv2.html title="Thunderbird" 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" %} {% 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/svg/3rd-party/mailpile.svg" + 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" + forum="https://forum.privacytools.io/t/" + github="https://github.com/mailpile/Mailpile" + linux="https://www.mailpile.is/download/linux.html" %} - -

Privacy Email Tools

- - +{% 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" +%}

Worth Mentioning

+ + + +

Mobile Email Clients

+ +

Android Email Clients

+ +{% include cardv2.html + title="FairEmail" + image="/assets/img/svg/3rd-party/fairemail.svg" + 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/" + 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/svg/3rd-party/k9mail.svg" + 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/" + github="https://github.com/k9mail" + 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="Canary Mail" + image="/assets/img/svg/3rd-party/canarymail.svg" + 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" + forum="https://forum.privacytools.io/t/" + ios="https://apps.apple.com/us/app/canary-mail/id1236045954" +%} + + +

Worth Mentioning

+ + + diff --git a/assets/img/svg/3rd-party/canarymail.svg b/assets/img/svg/3rd-party/canarymail.svg new file mode 100644 index 00000000..b3df42db --- /dev/null +++ b/assets/img/svg/3rd-party/canarymail.svg @@ -0,0 +1,2 @@ + + 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 @@ + + 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 @@ + +