From 3a6f9e9fc4efd1ed0ecfc7aa5227a4ff75f19e6c Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 13 Mar 2022 17:15:42 +0100 Subject: [PATCH] CTemplar unsupported --- FAQ.md | 17 ++++++++++------- .../java/eu/faircode/email/EmailProvider.java | 3 ++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/FAQ.md b/FAQ.md index fb5da81814..2da35014dc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -283,7 +283,7 @@ Fonts, sizes, colors, etc should be material design whenever possible. * [(126) Can message previews be sent to my wearable?](#user-content-faq126) * [(127) How can I fix 'Syntactically invalid HELO argument(s)'?](#user-content-faq127) * [(128) How can I reset asked questions, for example to show images?](#user-content-faq128) -* [(129) Are ProtonMail, Tutanota supported?](#user-content-faq129) +* [(129) Are ProtonMail, Tutanota, CTemplar supported?](#user-content-faq129) * [(130) What does message error ... mean?](#user-content-faq130) * [(131) Can you change the direction for swiping to previous/next message?](#user-content-faq131) * [(132) Why are new message notifications silent?](#user-content-faq132) @@ -3266,7 +3266,7 @@ Please see these websites for lists of privacy oriented email providers with adv * [Privacy Guides](https://privacyguides.org/providers/email/) * [Privacy Tools](https://www.privacytools.io/providers/email/) -**Important**: Some providers, like ProtonMail, Tutanota, use proprietary email protocols, which make it impossible to use third party email apps. +**Important**: Some providers, like ProtonMail, Tutanota and CTemplar, use proprietary email protocols, which make it impossible to use third party email apps. Please see [this FAQ](#user-content-faq129) for more information. Using your own (custom) domain name, which is supported by most email providers, will make it easier to switch to another email provider. @@ -3593,17 +3593,20 @@ You can reset asked questions via the three dots overflow menu in the miscellane
-**(129) Are ProtonMail, Tutanota supported?** +**(129) Are ProtonMail, Tutanota, CTemplar supported?** 🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-faq129) -ProtonMail uses a proprietary email protocol +**ProtonMail** uses a proprietary email protocol and [does not directly support IMAP](https://protonmail.com/support/knowledge-base/imap-smtp-and-pop3-setup/), -so you cannot use FairEmail to access ProtonMail. +so you cannot use FairEmail or any other Android email client to access ProtonMail. -Tutanota uses a proprietary email protocol +**Tutanota** uses a proprietary email protocol and [does not support IMAP](https://tutanota.com/faq/#imap), -so you cannot use FairEmail to access Tutanota. +so you cannot use FairEmail or any other email client to access Tutanota. + +**CTemplar** [does not support IMAP](https://ctemplar.com/help/answer/do-you-offer-imap-2/) yet, +so you cannot use FairEmail or any other email client to access CTemplar.
diff --git a/app/src/main/java/eu/faircode/email/EmailProvider.java b/app/src/main/java/eu/faircode/email/EmailProvider.java index 5a539f17f4..7b4ad27c15 100644 --- a/app/src/main/java/eu/faircode/email/EmailProvider.java +++ b/app/src/main/java/eu/faircode/email/EmailProvider.java @@ -102,7 +102,8 @@ public class EmailProvider implements Parcelable { "tutanota.de", "tutamail.com", // tutanota "tuta.io", // tutanota - "keemail.me" // tutanota + "keemail.me", // tutanota + "ctemplar.com" )); private static final ExecutorService executor = Helper.getBackgroundExecutor(0, "provider");