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