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