﻿<?xml version="1.0" encoding="utf-8"?> 
<clientConfig version="1.1">
    <emailProvider id="cdeft.com">
        <domain>cdeft.com</domain>
        <displayName>cdeft.com</displayName>
        <displayShortName>cdeft.com</displayShortName>
        <incomingServer type="pop3">
            <hostname>at.mail-assistent.de</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>at.mail-assistent.de</hostname>
            <port>587</port>
            <socketType>STARTSSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>