<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
  <emailProvider id="kusom.de">
    <domain>kusom.de</domain>
    <displayName>kusom.de Mail</displayName>
    <displayShortName>kusom.de</displayShortName>
    <incomingServer type="imap">
      <hostname>imap.kusom.de</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp.kusom.de</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>

  <emailProvider id="trackbib.de">
    <domain>trackbib.de</domain>
    <displayName>trackbib.de Mail</displayName>
    <displayShortName>trackbib.de</displayShortName>
    <incomingServer type="imap">
      <hostname>imap.kusom.de</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp.kusom.de</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>

  <emailProvider id="trackbib.com">
    <domain>trackbib.com</domain>
    <displayName>trackbib.com Mail</displayName>
    <displayShortName>trackbib.com</displayShortName>
    <incomingServer type="imap">
      <hostname>imap.kusom.de</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp.kusom.de</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>

</clientConfig>
