<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="acreone.ru">
    <domain>acreone.ru</domain>
    <displayName>AcreOne Mail</displayName>
    <displayShortName>AcreOne</displayShortName>

    <!-- IMAP (рекомендуется) -->
    <incomingServer type="imap">
      <hostname>mail.acreone.ru</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- POP3 (альтернатива) -->
    <incomingServer type="pop3">
      <hostname>mail.acreone.ru</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- SMTP -->
    <outgoingServer type="smtp">
      <hostname>mail.acreone.ru</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>

    <!-- Альтернативный SMTP порт -->
    <outgoingServer type="smtp">
      <hostname>mail.acreone.ru</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>

    <documentation url="https://acreone.ru/help/mail">
      <descr lang="ru">Настройка почты AcreOne</descr>
      <descr lang="en">AcreOne Mail Setup</descr>
    </documentation>
  </emailProvider>
</clientConfig>
