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