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