<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
    <emailProvider id="chou-dou.com">
        <domain>chou-dou.com</domain>
        <displayName>chou-dou.com Email</displayName>
        <displayShortName>%EMAILLOCALPART%</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.chou-dou.com</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <incomingServer type="pop3">
            <hostname>mail.chou-dou.com</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.chou-dou.com</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
        <documentation url="https://autodiscover.chou-dou.com">
            <descr lang="en">Generic settings page</descr>
            <descr lang="fr">Paramètres généraux</descr>
            <descr lang="es">Configuraciones genéricas</descr>
            <descr lang="de">Allgemeine Beschreibung der Einstellungen</descr>
            <descr lang="ru">Страница общих настроек</descr>
        </documentation>
    </emailProvider>
</clientConfig>