mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-17 01:15:28 +00:00
No OnMail
This commit is contained in:
parent
175925a592
commit
b4f0be0a87
2 changed files with 7 additions and 2 deletions
6
FAQ.md
6
FAQ.md
|
@ -3960,7 +3960,11 @@ 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.
|
||||
so you cannot use FairEmail or any other email email client to access Criptext.
|
||||
|
||||
**OnMail** uses a proprietary email protocol
|
||||
and [does not support IMAP](https://support.onmail.com/hc/en-us/articles/360048879012-How-do-I-connect-my-OnMail-address-to-a-third-party-email-app-),
|
||||
so you cannot use FairEmail or any other email client to access OnMail, except for one (but please read the privacy policy carefully).
|
||||
|
||||
<br />
|
||||
|
||||
|
|
|
@ -125,7 +125,8 @@ public class EmailProvider implements Parcelable {
|
|||
"cyberfear.com",
|
||||
"skiff.com",
|
||||
"tildamail.com",
|
||||
"criptext.com"
|
||||
"criptext.com",
|
||||
"onmail.com"
|
||||
));
|
||||
|
||||
private EmailProvider() {
|
||||
|
|
Loading…
Add table
Reference in a new issue