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