[utils/ClientConfig.xml] Fichier de conf pour enregistrer l'adresse mail Cr@ns sur Thunderbird.

This commit is contained in:
Pierre-Elliott Bécue 2013-03-03 08:24:47 +01:00 committed by Vincent Le Gallic
parent fe9e097259
commit 99b284101f

23
utils/ClientConfig.xml Normal file
View file

@ -0,0 +1,23 @@
<clientConfig version="1.0">
<emailProvider id="crans.org">
<domain>crans.org</domain>
<domain>crans.eu</domain>
<domain>crans.fr</domain>
<displayName>Cr@ns Mail</displayName>
<displayShortName>Cr@ns</displayShortName>
<incomingServer type="imap">
<hostname>imap.crans.org</hostname>
<port>993</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.crans.org</hostname>
<port>465</port>
<socketType>SSL</socketType>
<username>%EMAILLOCALPART%</username>
<authentication>plain</authentication>
</outgoingServer>
</emailProvider>
</clientConfig>