<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="autoconfig.mailuse.ru">
        <domain>autoconfig.mailuse.ru</domain>
        <displayName></displayName>
        <displayShortName></displayShortName>
        <incomingServer type="imap">
            <hostname></hostname>
            <port>143</port>
            <socketType>STARTTLS</socketType>
            <username></username>
            <authentication>password-cleartext</authentication>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname></hostname>
            <port>25</port>
            <socketType>STARTTLS</socketType>
            <authentication>password-cleartext</authentication>
            <username></username>
        </outgoingServer>
    </emailProvider>
</clientConfig>