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