mirror of https://github.com/M66B/FairEmail.git
Updated providers with a proprietary email protocol
This commit is contained in:
parent
4d57c6356a
commit
f1d1a3b52d
3
FAQ.md
3
FAQ.md
|
@ -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>
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue