<clientConfig version="1.1">
  <emailProvider id="silamanengineering.co.za">
    <domain>silamanengineering.co.za</domain>
    <displayName>silamanengineering.co.za Mail</displayName>
    <displayShortName>silamanengineering.co.za</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.silamanengineering.co.za</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>mail.silamanengineering.co.za</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.silamanengineering.co.za</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
