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