<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
    <emailProvider id="uni-koblenz.de">
      <domain>uni-koblenz.de</domain>
      <displayName>University Koblenz Mail</displayName>
      <displayShortName>UniKoMail</displayShortName>
      <incomingServer type="imap">
         <hostname>imap.uni-koblenz.de</hostname>
         <port>993</port>
         <socketType>SSL</socketType>
         <username>%EMAILLOCALPART%</username>
         <authentication>password-cleartext</authentication>
      </incomingServer>
      <outgoingServer type="smtp">
         <hostname>smtp.uni-koblenz.de</hostname>
         <port>465</port>
         <socketType>SSL</socketType>
         <username>%EMAILLOCALPART%</username>
         <authentication>password-cleartext</authentication>
      </outgoingServer>
      <documentation url="https://www.uni-koblenz.de/de/zimt/services/e-mail/e-mail-konfiguration">
      <descr lang="de">Mail Einstellungen</descr>
      <descr lang="en">Mail settings</descr>
    </documentation>
    </emailProvider>
</clientConfig>
