<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
  <emailProvider id="l3s.de">
    <domain>l3s.de</domain>
    <displayName>L3S</displayName>
    <displayShortName>Mail</displayShortName>

    <incoming type="imap">
      <hostname>mail.l3s.uni-hannover.de</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>OAuth2</authentication>
      <issuerSource>
        <url>https://login.l3s.uni-hannover.de/realms/L3S/.well-known/openid-configuration</url>
      </issuerSource>
    </incoming>

    <outgoing type="smtp">
      <hostname>mail.l3s.uni-hannover.de</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <username>%EMAILLOCALPART%</username>
      <authentication>OAuth2</authentication>
      <issuerSource>
        <url>https://login.l3s.uni-hannover.de/realms/L3S/.well-known/openid-configuration</url>
      </issuerSource>
    </outgoing>
  </emailProvider>
</clientConfig>
