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