<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
    <emailProvider id="mx.3mf.eu">
        <domain>mx.3mf.eu</domain>
        <displayName>mx.3mf.eu</displayName>
        <incomingServer type="imap">
            <hostname>securemail.3mf-networks.de</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username></username>
        </incomingServer>
        <incomingServer type="pop3">
            <hostname>securemail.3mf-networks.de</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username></username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mxout.3mf.eu</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username></username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
