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