<clientConfig version="1.1">
 <emailProvider id="aristhe.fr">
   <domain>aristhe.fr</domain>
   <displayName>aristhe.fr MAIL</displayName>
   <incomingServer type="imap">
     <hostname>mx.aristhe.fr</hostname>
     <port>993</port>
     <socketType>SSL</socketType>
     <username>%EMAILADDRESS%</username>
     <authentication>password-cleartext</authentication>
   </incomingServer>
   <outgoingServer type="smtp">
     <hostname>mx.aristhe.fr</hostname>
     <port>465</port>
     <socketType>SSL</socketType>
     <username>%EMAILADDRESS%</username>
     <authentication>password-cleartext</authentication>
   </outgoingServer>
 </emailProvider>
</clientConfig>
