Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions ispdb/web.de.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="web.de">
<domain>web.de</domain>
Expand Down Expand Up @@ -40,16 +41,27 @@
<checkInterval minutes="15"/>
</pop3>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.web.de</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>password-cleartext</authentication>
</outgoingServer>
<outgoingServer type="smtp">
<hostname>smtp.web.de</hostname>
<port>587</port>
<socketType>STARTTLS</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>password-cleartext</authentication>
</outgoingServer>
<documentation url="https://hilfe.web.de/mailprogramme/imap.html#thunderbird">
<descr lang="en">Configure IMAP in Thunderbird</descr>
<descr lang="de">IMAP in Thunderbird konfigurieren</descr>
<documentation url="https://hilfe.web.de/pop-imap/imap/imap-serverdaten.html">
<descr lang="en">Configure IMAP</descr>
<descr lang="de">IMAP konfigurieren</descr>
</documentation>
<enable visiturl="https://hilfe.web.de/pop-imap/einschalten.html">
<instruction>You must allow access via POP3 &amP; IMAP once in the e-mail settings of your account!</instruction>
<instruction lang="de">Sie müssen einmalig den Zugriff über POP3 &amp; IMAP in den E-Mail-Einstellungen Ihres Kontos erlauben!</instruction>
</enable>
</emailProvider>
</clientConfig>