<?xml version="1.0"?>
<clientConfig version="1.1">
  <emailProvider id="fimnet.fi">
    <domain>fimnet.fi</domain>
    <displayName>Fimnet sähköposti</displayName>
    <displayShortName>Fimnet</displayShortName>

    <incomingServer type="imap">
      <hostname>posti.fimnet.fi</hostname>
      <port>993</port>
      <socketType>SSL</socketType>       <!-- 993 = SSL, ei STARTTLS -->
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <outgoingServer type="smtp">
      <hostname>smtp.fimnet.fi</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>   <!-- 587 = STARTTLS, oikein -->
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>
