<?xml version="1.0"?>
<clientConfig version="1.1">
  <emailProvider id="uhde.it">
    <domain>uhde.it</domain>

    <displayName>uhde.it Mail</displayName>
    <displayShortName>uhde.it</displayShortName>

    <incomingServer type="imap">
       <hostname>imap.uhde.it</hostname>
       <port>993</port>
       <socketType>SSL</socketType>
       <username>%EMAILLOCALPART%</username>
       <authentication>password-cleartext</authentication>
    </incomingServer>

    <outgoingServer type="smtp">
      <hostname>smtp.uhde.it</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>password-cleartext</authentication>
      <addThisServer>true</addThisServer>
    </outgoingServer>
    <clientConfigUpdate url="https://autoconfig.uhde.com/mail/config-v1.1.xml" />
  </emailProvider>
</clientConfig>

