<clientConfig version="1.1">
  <emailProvider id="extremis.ro">
    <domain>extremis.ro</domain>
    <displayName>Extremis Mail</displayName>
    <displayShortName>Extremis</displayShortName>
    <incomingServer type="imap">
      <hostname>extremis.extremis.ro</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>extremis.extremis.ro</hostname>
      <port>110</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>extremis.extremis.ro</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>

