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