<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="r-costa.com">
        <domain>r-costa.com</domain>
        <displayName>r-costa.com</displayName>
        <displayShortName>r-costa.com</displayShortName>
        <incomingServer type="imap">
            <hostname>us14.host.srv.br</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>us14.host.srv.br</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
