<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
    <emailProvider id="edubs.ch">
        <domain>edubs.ch</domain>
        <displayName>eduBS Mail</displayName>
        <displayShortName>eduBS</displayShortName>
        <incomingServer type="imap">
            <hostname>imap.edubs.ch</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>smtp.edubs.ch</hostname>
            <port>587</port>
            <socketType>STARTTLS</socketType>
            <username>%EMAILADDRESS%</username>
            <authentication>password-cleartext</authentication>
        </outgoingServer>
        <instruction url="https://www.edubs.ch/unterstuetzung/ict/anleitungen/edubs-teamwork/geraete-einrichten">
            <descr lang="de">eduBS-Teamwork-Einstellungen</descr>
        </instruction>
    </emailProvider>
</clientConfig>
