<?xml version="1.0" encoding="utf-8" ?>
  <clientConfig version="1.1">
      <emailProvider id="dummy@domain.tld">
          <domain>dummy@domain.tld</domain>
          <displayName>dummy@domain.tld Mail Server</displayName>
          <displayShortName> Mail Server</displayShortName>
          <incomingServer type="imap">
              <hostname>host.nohasslejr.com</hostname>
              <port>993</port>
              <socketType>SSL</socketType>
              <authentication>password-cleartext</authentication>
              <username></username>
          </incomingServer>
          <incomingServer type="pop3">
              <hostname>host.nohasslejr.com</hostname>
              <port>995</port>
              <socketType>SSL</socketType>
              <authentication>password-cleartext</authentication>
              <username></username>
              <pop3>
                  <leaveMessagesOnServer>true</leaveMessagesOnServer>
                  <downloadOnBiff>true</downloadOnBiff>
                  <daysToLeaveMessagesOnServer>10</daysToLeaveMessagesOnServer>
              </pop3>
          </incomingServer>
          <outgoingServer type="smtp">
              <hostname>host.nohasslejr.com</hostname>
              <port>587</port>
              <socketType>STARTTLS</socketType>
              <authentication>password-cleartext</authentication>
              <username></username>
          </outgoingServer>
      </emailProvider>
  </clientConfig>

