<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
  <emailProvider id="acf.fr">
    <domain>asl42.com</domain>
    <domain>acf.fr</domain>
    <domain>nemalove.fr</domain>
    <domain>js-concept.fr</domain>
    <domain>untoitpourtous-loire.fr</domain>
    <domain>paysansdelaloire.fr</domain>
    <domain>gueninsarl.fr</domain>
    <displayName>Acf Mail</displayName>
    <displayShortName>Acf</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.acf.fr</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>mail.acf.fr</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.acf.fr</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    </emailProvider>
</clientConfig>
