<clientConfig version="1.1">
  <emailProvider id="schworak.com">
    <domain>schworak.com</domain>
    <displayName>Schworak Mail</displayName>

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

    <!-- POP3 Settings -->
    <incomingServer type="pop3">
      <hostname>mail.schworak.com</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>

    <!-- SMTP Settings -->
    <outgoingServer type="smtp">
      <hostname>mail.schworak.com</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
</clientConfig>

