<?xml version="1.0" encoding="UTF-8"?>
<!--
    https://developer.mozilla.org/de/docs/Mozilla/Thunderbird/Autokonfiguration
    https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Autoconfiguration/FileFormat/HowTo
    https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat
-->
<clientConfig version="1.1">
  <emailProvider id="bolzonline.de">
    <domain>mopedreifen.de</domain>
    <displayName>Mopedreifen-Mail</displayName>
    <displayShortName>Mopedreifen</displayShortName>
    <incomingServer type="imap">
      <hostname>mopedreifen.no-ip.biz</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-encrypted</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="imap">
      <hostname>mopedreifen.no-ip.biz</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-encrypted</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mopedreifen.no-ip.biz</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-encrypted</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <outgoingServer type="smtp">
      <hostname>mopedreifen.no-ip.biz</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-encrypted</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
