<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
  <emailProvider id="silonet.org">

    <domain>silonet.org</domain>
    <displayName>SiloMail</displayName>
    <displayShortName>SiloMail</displayShortName>

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

    <!-- POP3 als Alternative -->
    <incomingServer type="pop3">
      <hostname>mail.silonet.org</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
      <pop3>
        <leaveMessagesOnServer>true</leaveMessagesOnServer>
      </pop3>
    </incomingServer>

    <!-- SMTP Postausgang -->
    <outgoingServer type="smtp">
      <hostname>mail.silonet.org</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>

  </emailProvider>
</clientConfig>