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