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