<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="tiserbox.com">
    <domain>tiserbox.com</domain>
    <displayName>tiserbox.com Mailserver</displayName>

    <!-- Incoming IMAP server -->
    <incomingServer type="imap">
      <hostname>imap.tiserbox.com</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- Outgoing SMTP server -->
    <outgoingServer type="smtp">
      <hostname>imap.tiserbox.com</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>

  </emailProvider>
</clientConfig>
