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