<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="mythic-beasts.com">
      <domain>mythic-beasts.com</domain>

      <displayName>Mythic Beasts Mail</displayName>
      <displayShortName>Mythic Beasts</displayShortName>

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

      <outgoingServer type="smtp">
         <hostname>smtp-auth.mythic-beasts.com</hostname>
         <port>587</port>
         <socketType>STARTTLS</socketType>
         <username>%EMAILADDRESS%</username>
         <authentication>password-cleartext</authentication>
      </outgoingServer>

      <documentation url="https://www.mythic-beasts.com/support/hosting/mail/client/thunderbird">
         <descr lang="en">Configure Thunderbird for Mythic Beasts mail</descr>
      </documentation>

    </emailProvider>

    <webMail>
      <loginPage url="https://webmail.mythic-beasts.com/roundcube/" />
    </webMail>
</clientConfig>