1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Updated providers with a proprietary email protocol

This commit is contained in:
M66B 2022-11-18 21:11:27 +01:00
parent 4d57c6356a
commit f1d1a3b52d
2 changed files with 7 additions and 1 deletions

3
FAQ.md
View file

@ -3858,6 +3858,9 @@ so you cannot use FairEmail or any other email client to access Tutanota.
and [does not support IMAP](https://www.skiff.com/blog/tutanota-alternatives-comparison)
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.
<br />
<a name="faq130"></a>

View file

@ -117,7 +117,10 @@ public class EmailProvider implements Parcelable {
"tutamail.com", // tutanota
"tuta.io", // tutanota
"keemail.me", // tutanota
"ctemplar.com"
"ctemplar.com",
"cyberfear.com",
"skiff.com",
"tildamail.com"
));
private EmailProvider() {