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