<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="api.co.th">
      <domain>api.co.th</domain>
      <displayName>Apisith Mail</displayName>
      <displayShortName>airmail.api</displayShortName>
      <incomingServer type="imap">
         <hostname>airmail.api.co.th</hostname>
         <port>993</port>
         <socketType>SSL</socketType>
         <username>%EMAILADDRESS%</username>
         <authentication>password-cleartext</authentication>
      </incomingServer>
      <outgoingServer type="smtp">
         <hostname>airmail.api.co.th</hostname>
         <port>587</port>
         <socketType>STARTLS</socketType> 
         <username>%EMAILADDRESS%</username>
         <authentication>password-cleartext</authentication>
      </outgoingServer>
    </emailProvider>
</clientConfig>
