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