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