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