mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
GMX 2FA
This commit is contained in:
parent
fface6ec1c
commit
2a5c3de8b6
2 changed files with 5 additions and 2 deletions
1
FAQ.md
1
FAQ.md
|
@ -44,6 +44,7 @@ For authorizing:
|
|||
* Posteo: please check if [additional email account protection](https://posteo.de/en/help/activating-additional-email-account-protection) ([German](https://posteo.de/hilfe/zusaetzlichen-postfachschutz-deaktivieren)) isn't enabled
|
||||
* Web.de: please check if [IMAP is enabled](https://support.gmx.com/pop-imap/toggle.html) ([German](https://hilfe.gmx.net/pop-imap/einschalten.html))
|
||||
* GMX: please check if [IMAP is enabled](https://support.gmx.com/pop-imap/toggle.html) ([German](https://hilfe.gmx.net/pop-imap/einschalten.html))
|
||||
* GMX: with two factor authentication you'll need to use [an app password](https://support.gmx.com/security/2fa/application-specific-passwords.html) ([German](https://hilfe.gmx.net/sicherheit/2fa/anwendungsspezifisches-passwort.html))
|
||||
* T-online.de: please make sure you use [an email password](https://www.telekom.de/hilfe/festnetz-internet-tv/e-mail/e-mail-adresse-passwoerter-und-sicherheit/passwort-fuer-e-mail-programme-einrichten) (German) and not your account password
|
||||
* Ionos (1und1): please make sure you use [an email password](https://www.ionos.de/hilfe/e-mail/problemloesungen-mail-basicmail-business/passwort-fuer-e-mail-konto-bei-11-ionos-aendern/) (German) and not your account password
|
||||
|
||||
|
|
|
@ -291,9 +291,10 @@
|
|||
</provider>
|
||||
<provider
|
||||
name="gmx.com"
|
||||
documentation="Is <a href="https://support.gmx.com/pop-imap/toggle.html">IMAP enabled</a>? Two factor authentication requires <a href="https://support.gmx.com/security/2fa/application-specific-passwords.html">an app password</a>!"
|
||||
domain="gmx\\.com,gmx\\.us"
|
||||
keepalive="12"
|
||||
link="https://support.gmx.com/pop-imap/toggle.html">
|
||||
link="https://support.gmx.com/pop-imap/imap/server.html#indexlink_help_pop-imap_imap">
|
||||
<imap
|
||||
host="imap.gmx.com"
|
||||
port="993"
|
||||
|
@ -323,9 +324,10 @@
|
|||
</select-->
|
||||
<provider
|
||||
name="gmx.de"
|
||||
documentation="Ist <a href="https://hilfe.gmx.net/pop-imap/einschalten.html">IMAP aktiviert</a>? Die Zwei-Faktor-Authentifizierung erfordert <a href="https://hilfe.gmx.net/sicherheit/2fa/anwendungsspezifisches-passwort.html">ein App-Passwort</a>!"
|
||||
domain="gmx\\.de,gmx\\.net,mein\\.gmx,gmx\\.at,gmx\\.ch,mail\\.gmx,email\\.gmx,gmx\\.eu,gmx\\.org,gmx\\.info,gmx\\.biz"
|
||||
keepalive="12"
|
||||
link="https://hilfe.gmx.net/pop-imap/einschalten.html">
|
||||
link="https://hilfe.gmx.net/pop-imap/imap/imap-serverdaten.html#indexlink_help_pop-imap_imap">
|
||||
<imap
|
||||
host="imap.gmx.net"
|
||||
port="993"
|
||||
|
|
Loading…
Reference in a new issue