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