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