<?xml version="1.0" encoding="UTF-8"?>
<!--
  Nallium Mail — autoconfig Thunderbird/Mozilla (format "config-v1.1", voir
  https://wiki.mozilla.org/Thunderbird:Autoconfiguration:ConfigFileFormat).


  Servi tel quel par ce dépôt SEULEMENT sur autoconfig.nallium.app — voir
  README.md pour ce que ce dépôt fait/ne fait PAS (notamment : les 2 autres
  URLs de repli que Thunderbird essaie normalement sur le domaine racine
  nallium.app lui-même sont HORS PÉRIMÈTRE de ce dépôt, voir README.md).
-->
<clientConfig version="1.1">
  <emailProvider id="nallium.app">
    <domain>nallium.app</domain>
    <displayName>Nallium Mail</displayName>
    <displayShortName>Nallium</displayShortName>

    <incomingServer type="imap">
      <hostname>mail.nallium.app</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>

    <outgoingServer type="smtp">
      <hostname>mail.nallium.app</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>

    <documentation url="https://mail.nallium.app">
      <descr lang="fr">Nallium Mail — webmail officiel</descr>
    </documentation>
  </emailProvider>
</clientConfig>
