<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="dnsrou.net.uy">
        <domain>dnsrou.net.uy</domain>
        <displayName>dnsrou.net.uy</displayName>
        <displayShortName>dnsrou.net.uy</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.dnsrou.net.uy</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.dnsrou.net.uy</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
