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

<clientConfig version="1.2">
<span id="uas-port"/>
  <emailProvider id="kakebr.de">
    <domain>kakebr.de</domain>

    <displayName>KaKeBr -- damit Privates privat bleibt</displayName>
    <displayShortName>KaKeBr Mail</displayShortName>
	
  <incomingServer type="jmap">
    <hostname>mail.kakebr.de</hostname>
    <url>https://mail.kakebr.de/jmap/session</url>	
    <username>%EMAILADDRESS%</username>
    <authentication system="http">basic</authentication>	
  </incomingServer>	
    <incomingServer type="imap">
      <hostname>mail.kakebr.de</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="imap">
      <hostname>mail.kakebr.de</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-encrypted</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>mail.kakebr.de</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.kakebr.de</hostname>
      <port>25</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <outgoingServer type="smtp">
      <hostname>mail.kakebr.de</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
    <outgoingServer type="smtp">
      <hostname>mail.kakebr.de</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
  
	<calendar type="caldav">
     <username>%EMAILADDRESS%</username>
     <authentication system="http">basic</authentication>
     <serverURL>https://mail.kakebr.de/dav/cal</serverURL>
    </calendar>
	
   <addressBook type="carddav">
    <username>%EMAILADDRESS%</username>
    <authentication system="http">basic</authentication>
    <serverURL>https:/mail.kakebr.de/dav/card</serverURL>
   </addressBook>
   
   <fileShare type="webdav">
     <username>%EMAILADDRESS%</username>
     <authentication system="http">basic</authentication>
     <serverURL>https://mail.kakebr.dedav/file</serverURL>
   </fileShare>
   
   <webMail>
      <loginPage url="https://jmapwebmail.kakebr.de/de/login" />

      <loginPageInfo url="https://jmapwebmail.kakebr.de/de/login">
        <username>%EMAILADDRESS%</username>
        <usernameField id="email_field" name="email" />
        <passwordField name="password" />
        <loginButton id="submit_button" name="login"/>
      </loginPageInfo>
   </webMail> 

   <webMail>
      <loginPage url="https://webmail.kakebr.de/" />

      <loginPageInfo url="https://webmail.kakebr.de/">
        <username>%EMAILADDRESS%</username>
        <usernameField id="email_field" name="email" />
        <passwordField name="password" />
        <loginButton id="submit_button" name="login"/>
      </loginPageInfo>
   </webMail> 

<enable visiturl="https://mailsupport.kakebr.de">
<instruction>
If you didn't change the password given to you by the administrator or if you didn't change it in a long time, please consider doing that now.
</instruction>
<instruction lang="de">
Sollten Sie das Ihnen durch den Administrator vergebene Passwort noch nicht geändert haben, empfehlen wir dies nun zu tun. Auch ein altes Passwort sollte aus Sicherheitsgründen geändert werden.
</instruction>
</enable>   
   
   <clientConfigUpdate url="https://autoconfig.kakebr.de/mail/config-v1.1.xml"/>
   <documentation url="https://mailsupport.kakebr.de">
<descr lang="de">Allgemeine Beschreibung der Einstellungen</descr>
<descr lang="en">Generic settings page</descr>
   </documentation>
   <documentation url="https://mailsupport.kakebr.de">
     <descr lang="de">TB 2.0 IMAP-Einstellungen</descr>
     <descr lang="en">TB 2.0 IMAP settings</descr>
   </documentation>   
</clientConfig>
