IMAP settings · web.de
WEB.DE IMAP settings
WEB.DE is the second mail service of the same German operator as GMX and behaves the same way: external access is off until you enable it in the mailbox settings. It also has a quirk of its own that breaks the connection after you have enabled access — the username here goes in without the domain.
IMAP connection
- Server
- imap.web.de
- Port
- 993
- Encryption
- SSL/TLS
- Username
- the part before the @
- Password
- the mailbox password
Sending, SMTP
- Server
- smtp.web.de
- Port
- 587
- Encryption
- STARTTLS
Checked against the service's own autoconfiguration file on 2026-09-15 — the same source Thunderbird reads when it fills the settings in for you. Source: autoconfig.thunderbird.net, hilfe.web.de
What breaks here.
- POP3 and IMAP access is off by default. Enable it in the mailbox: the initials icon → Email settings → POP3/IMAP → the toggle, followed by a check where you drag two symbols onto each other.
- The username is the part before the @. For name@web.de you type name. The full address is refused, and it looks exactly like a wrong password.
- Sending goes through smtp.web.de on port 587 with STARTTLS. Port 465 over SSL is accepted too, but 587 is the one the service documents.
- POP3 here deletes messages from the server once fetched. For a migration always pick IMAP, or half the archive ends up only in the old client.
Questions
The short answers
Username with or without the domain?
Without. For name@web.de the username is name. This sets WEB.DE apart from most services and produces the same error as a wrong password.
Which ports?
IMAP is 993 with SSL/TLS (or 143 with STARTTLS), SMTP is 587 with STARTTLS. Unencrypted connections are not served at all.
Where do I enable IMAP?
In the WEB.DE web interface: the icon with your initials in the top bar → Email settings (E-Mail-Einstellungen) → POP3/IMAP → allow access and pass the check.
Can I migrate away from WEB.DE without deleting anything there?
Yes, that is the default: the transfer only copies. Everything stays in WEB.DE until you close the mailbox yourself.
Find out how big your mailbox is. It costs nothing.
Connect two servers, look at the size and decide. Or take the client and keep everything on your side.
Code on GitHub · built on imapsync · no sign-up