<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="chat-noir.fr">
    <domain>chat-noir.fr</domain>
    <displayName>Chat Noir Impressions</displayName>
    <displayShortName>Chat Noir</displayShortName>
    <incomingServer type="imap">
      <hostname>imaps.chat-noir.fr</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>submission.calyopea.com</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>
  </emailProvider>
</clientConfig>
