Criptext has no IMAP support

pull/210/head
M66B 2 years ago
parent 3ef246400c
commit 7091e9baf5

@ -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, **Tildamail** uses a proprietary email protocol and does not support IMAP,
so you cannot use FairEmail or any other email client to access Tildamail. 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 /> <br />
<a name="faq130"></a> <a name="faq130"></a>

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

Loading…
Cancel
Save