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