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