CTemplar unsupported

This commit is contained in:
M66B 2022-03-13 17:15:42 +01:00
parent fed19b9842
commit 3a6f9e9fc4
2 changed files with 12 additions and 8 deletions

17
FAQ.md
View File

@ -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) * [(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) * [(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) * [(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) * [(130) What does message error ... mean?](#user-content-faq130)
* [(131) Can you change the direction for swiping to previous/next message?](#user-content-faq131) * [(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) * [(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 Guides](https://privacyguides.org/providers/email/)
* [Privacy Tools](https://www.privacytools.io/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. 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. 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
<br /> <br />
<a name="faq129"></a> <a name="faq129"></a>
**(129) Are ProtonMail, Tutanota supported?** **(129) Are ProtonMail, Tutanota, CTemplar supported?**
&#x1F30E; [Google Translate](https://translate.google.com/translate?sl=en&u=https://github.com/M66B/FairEmail/blob/master/FAQ.md%23user-content-faq129) &#x1F30E; [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/), 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), 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.
<br /> <br />

View File

@ -102,7 +102,8 @@ public class EmailProvider implements Parcelable {
"tutanota.de", "tutanota.de",
"tutamail.com", // tutanota "tutamail.com", // tutanota
"tuta.io", // tutanota "tuta.io", // tutanota
"keemail.me" // tutanota "keemail.me", // tutanota
"ctemplar.com"
)); ));
private static final ExecutorService executor = private static final ExecutorService executor =
Helper.getBackgroundExecutor(0, "provider"); Helper.getBackgroundExecutor(0, "provider");