<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
  <emailProvider id="irsamc.ups-tlse.fr">
    <domain>irsamc.ups-tlse.fr</domain>
    <displayName>Serveur de messagerie de l'IRSAMC</displayName>
    <displayShortName>IRSAMC</displayShortName>
    <incomingServer type="imap">
      <hostname>irsamc.ups-tlse.fr</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>irsamc.ups-tlse.fr</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <documentation url="http://www.irsamc.ups-tlse.fr/spip.php?article1277">
      <descr lang="fr">Explications pour configurer un client de messagerie</descr>
    </documentation>
  </emailProvider>
</clientConfig>
