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