﻿<clientConfig version="1.1">
    <emailProvider id="mail.walter-m.com">
        <domain>walter-m.com</domain>
        <displayName>walter-m.com Mails</displayName>
        <displayShortName>walter-m.com Mails</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.walter-m.com</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.walter-m.com</hostname>
            <port>587</port>
            <socketType>STARTTLS</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
