Sha256: 3c8e7799b5cecbb327481f210149c0bb8422fcbdd76c8c50bc7f5a7ef1016824

Contents?: true

Size: 2 KB

Versions: 2

Compression:

Stored size: 2 KB

Contents

<clientConfig version="1.1">
  <emailProvider id="web.de">
    <domain>web.de</domain>
    <displayName>WEB.DE Freemail</displayName>
    <displayShortName>WEB.DE</displayShortName>
    <!-- imap officially pay only ("Web.de Club"), but works for me -->
    <incomingServer type="imap">
      <hostname>imap.web.de</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <incomingServer type="imap">
      <hostname>imap.web.de</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>pop3.web.de</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>password-cleartext</authentication>
      <pop3>
        <!-- server allows checks only every 15 minutes, otherwise fails at auth -->
        <checkInterval minutes="15"/>
      </pop3>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>pop3.web.de</hostname>
      <port>110</port>
      <socketType>STARTTLS</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>password-cleartext</authentication>
      <pop3>
        <!-- see above -->
        <checkInterval minutes="15"/>
      </pop3>
    </incomingServer>
    <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>
  </emailProvider>
</clientConfig>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mail_autoconfig_revived-0.0.4 ispdb_data/web.de.xml
mail_autoconfig_revived-0.0.3 ispdb_data/web.de.xml