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