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