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