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