<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="mail.plat.plus">
    <domain>plat.plus</domain>
    <displayName>%EMAILADDRESS%</displayName>
    <displayShortName>mail.plat.plus</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.plat.plus</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>mail.plat.plus</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.plat.plus</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>
  </emailProvider>
  <clientConfigUpdate url="https://autoconfig.plat.plus/mail/config-v1.1.xml"/>
</clientConfig>