mirror of https://github.com/M66B/FairEmail.git
Merge branch 'master' of github.com:M66B/FairEmail
This commit is contained in:
commit
8441b5567e
2
FAQ.md
2
FAQ.md
|
@ -1216,7 +1216,7 @@ You can change this in the connection settings.
|
||||||
There are several possible causes, so please read to the end of this answer.
|
There are several possible causes, so please read to the end of this answer.
|
||||||
|
|
||||||
The error '*Handshake failed ... WRONG_VERSION_NUMBER*' might mean that you are trying to connect to an IMAP or SMTP server
|
The error '*Handshake failed ... WRONG_VERSION_NUMBER*' might mean that you are trying to connect to an IMAP or SMTP server
|
||||||
without an encrypted connection, typically using port 143 (IMAP) and port 25 (SMTP).
|
without an encrypted connection, typically using port 143 (IMAP) and port 25 (SMTP), or that a wrong protocol (SSL/TLS or STARTTLS) is being used.
|
||||||
|
|
||||||
Most providers provide encrypted connections using different ports, typically port 993 (IMAP) and port 465/587 (SMTP).
|
Most providers provide encrypted connections using different ports, typically port 993 (IMAP) and port 465/587 (SMTP).
|
||||||
|
|
||||||
|
|
|
@ -249,6 +249,7 @@
|
||||||
</provider>
|
</provider>
|
||||||
<provider
|
<provider
|
||||||
name="T-Online.de"
|
name="T-Online.de"
|
||||||
|
domain="magenta\\.de,t-online\\.de"
|
||||||
link="https://www.telekom.de/hilfe/festnetz-internet-tv/e-mail/e-mail-server-e-mail-protokolle-und-e-mail-einrichtung/imap/einrichtung-imap">
|
link="https://www.telekom.de/hilfe/festnetz-internet-tv/e-mail/e-mail-server-e-mail-protokolle-und-e-mail-einrichtung/imap/einrichtung-imap">
|
||||||
<imap
|
<imap
|
||||||
host="secureimap.t-online.de"
|
host="secureimap.t-online.de"
|
||||||
|
|
Loading…
Reference in New Issue