<?xml version="1.0" encoding="UTF-8"?><clientConfig version="1.1">
  <emailProvider id="autodiscover.quantic.group">
    <domain>autodiscover.quantic.group</domain>
    <displayName>Autodiscover Mail (Quantic Mail)</displayName>
    <displayShortName>QMail</displayShortName>

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

    <incomingServer type="pop3">
      <hostname>pop.purelymail.com</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

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

    <documentation url="https://purelymail.com/docs/apps">
      <descr lang="en">Quantic Mail — powered by PurelyMail</descr>
    </documentation>
  </emailProvider>
</clientConfig>
