<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="hugin-hosting.de">
    <domain></domain>
      <displayName>HuginHosting Mail Service</displayName>
      <displayShortName>HuginHosting email</displayShortName>
      <incomingServer type="imap">
         <hostname>mail.hugin-hosting.de</hostname>
         <port>993</port>
         <socketType>SSL</socketType>
         <authentication>password-cleartext</authentication>
         <username>%EMAILADDRESS%</username>
      </incomingServer>
      <outgoingServer type="smtp">
         <hostname>mail.hugin-hosting.de</hostname>
         <port>587</port>
         <socketType>SSL</socketType>
         <username>%EMAILADDRESS%</username>
         <authentication>password-cleartext</authentication>
      </outgoingServer>
    </emailProvider>
</clientConfig>
