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