<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="deltachat.commtest1995.com">
    <domain>deltachat.commtest1995.com</domain>
    <displayName>Delta Chat Test</displayName>
    <incomingServer type="imap">
      <hostname>mail.deltachat.commtest1995.com</hostname>
      <port>1143</port>
      <socketType>plain</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.deltachat.commtest1995.com</hostname>
      <port>1587</port>
      <socketType>plain</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </outgoingServer>
  </emailProvider>
</clientConfig>
