mirror of https://github.com/M66B/FairEmail.git
Criptext has no IMAP support
This commit is contained in:
parent
3ef246400c
commit
7091e9baf5
4
FAQ.md
4
FAQ.md
|
@ -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>
|
||||
|
|
|
@ -120,7 +120,8 @@ public class EmailProvider implements Parcelable {
|
|||
"ctemplar.com",
|
||||
"cyberfear.com",
|
||||
"skiff.com",
|
||||
"tildamail.com"
|
||||
"tildamail.com",
|
||||
"criptext.com"
|
||||
));
|
||||
|
||||
private EmailProvider() {
|
||||
|
|
Loading…
Reference in New Issue