<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="linuxmail.nl">
      <domain>linuxmail.nl</domain>
      <displayName>linuxmail.nl</displayName>
      <displayShortName>linuxmail.nl</displayShortName>
      <incomingServer type="imap">
         <hostname>imap.linuxmail.nl</hostname>
         <port>993</port>
         <socketType>SSL</socketType>
         <authentication>password-cleartext</authentication>
         <username> </username>
         <specialUse>
           <Sent>Sent</Sent>
           <Drafts>Drafts</Drafts>
           <Trash>Trash</Trash>
           <Junk>Junk</Junk>
           <Archive>Archives</Archive>
         </specialUse>
      </incomingServer>
      <outgoingServer type="smtp">
         <hostname>smtp.linuxmail.nl</hostname>
         <port>587</port>
         <socketType>STARTTLS</socketType>
         <authentication>password-cleartext</authentication>
         <username> </username>
      </outgoingServer>
    </emailProvider>


</clientConfig>