<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="smail.tn">
    <domain>smail.tn</domain>
    <displayName>smail.tn — courrier, agenda et contacts</displayName>
    <displayShortName>smail.tn</displayShortName>
    <incomingServer type="imap">
      <hostname>fsb.convergent.cc</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>fsb.convergent.cc</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <identity>
      <caldav>
        <uri>https://pim.convergent.cc:8443/dav/calendars/user/%EMAILADDRESS%/</uri>
        <authentication>password-cleartext</authentication>
      </caldav>
      <carddav>
        <uri>https://pim.convergent.cc:8443/dav/addressbooks/user/%EMAILADDRESS%/</uri>
        <authentication>password-cleartext</authentication>
      </carddav>
    </identity>
  </emailProvider>
</clientConfig>
