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