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