<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="angspe.on-gofast.com">
    <domain>angspe.on-gofast.com</domain>
    <displayName>Mail angspe.on-gofast.com</displayName>
    <displayShortName>angspe.on-gofast.com</displayShortName>
    <incomingServer type="imap">
      <hostname>imap-angspe.on-gofast.com</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp-angspe.on-gofast.com</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <enable visiturl="https://mail-angspe.on-gofast.com">
      <instruction lang="en">"Here is the webmail"</instruction>
      <instruction lang="fr">"Voici l'adresse du webmail"</instruction>
    </enable>
  </emailProvider>
  <!-- Syncronize the user's address book / contacts. -->
  <!-- Note: Thunderbird uses RFC 6764 for CardDAV auto discovery. -->
  <addressBook type="carddav">
    <username>%EMAILADDRESS%</username>
    <authentication>http-basic</authentication>
    <serverURL>https://mail-angspe.on-gofast.com/dav/</serverURL>
  </addressBook>
  <!-- Synchronize the user's calendar. -->
  <!-- Note: Thunderbird uses RFC 6764 for CalDAV auto discovery. -->
  <calendar type="caldav">
    <username>%EMAILADDRESS%</username>
    <authentication>http-basic</authentication>
    <serverURL>https://mail-angspe.on-gofast.com/dav/</serverURL>
  </calendar>
</clientConfig>
