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