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