<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="folkwang-uni.de">
      <domain>folkwang-uni.de</domain>
      <displayName>Folkwang Mail</displayName>
      <displayShortName>Folkwang Mail</displayShortName>
      <incomingServer type="imap">
         <hostname>imap.folkwang-uni.de</hostname>
         <port>993</port>
         <socketType>SSL</socketType>
         <authentication>password-cleartext</authentication>
         <username>%EMAILADDRESS%</username>
      </incomingServer>
      <outgoingServer type="smtp">
         <hostname>smtp.folkwang-uni.de</hostname>
         <port>587</port>
         <socketType>STARTTLS</socketType> 
         <username>%EMAILADDRESS%</username>
         <authentication>password-cleartext</authentication>
      </outgoingServer>
      <documentation url="https://www.folkwang-uni.de/mail">
        <descr lang="de">Anleitungen zum E-Mail-Dienst der Folkwang Universität</descr>
        <descr lang="en">Instructions on the Folkwang University e-mail service</descr>
      </documentation>
    </emailProvider>
</clientConfig>

