1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-17 01:15:28 +00:00

No OnMail

This commit is contained in:
M66B 2023-06-09 22:03:05 +02:00
parent 175925a592
commit b4f0be0a87
2 changed files with 7 additions and 2 deletions

6
FAQ.md
View file

@ -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 />

View file

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