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