Criptext has no IMAP support

This commit is contained in:
M66B 2022-12-09 10:45:13 +01:00
parent 3ef246400c
commit 7091e9baf5
2 changed files with 6 additions and 1 deletions

4
FAQ.md
View File

@ -3877,6 +3877,10 @@ so you cannot use FairEmail or any other email client to access Skiff.
**Tildamail** uses a proprietary email protocol and does not support IMAP,
so you cannot use FairEmail or any other email client to access Tildamail.
**Criptext** uses a proprietary email protocol
and [does not directly support IMAP](https://www.reddit.com/r/privacy/comments/chs82k/comment/ewrxxcn/),
so you cannot use FairEmail or any other Android email client to access Criptext.
<br />
<a name="faq130"></a>

View File

@ -120,7 +120,8 @@ public class EmailProvider implements Parcelable {
"ctemplar.com",
"cyberfear.com",
"skiff.com",
"tildamail.com"
"tildamail.com",
"criptext.com"
));
private EmailProvider() {