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