<?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>
      <authentication>password-encrypted</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <incomingServer type="imap">
      <hostname>imap.edubs.ch</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-encrypted</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp.edubs.ch</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-encrypted</authentication>
      <username>%EMAILADDRESS%</username>
    <documentation url="http://http://ict.edubs.ch/anleitungen/edubs-mail/e-mail-programm/einstellungen">
      <descr lang="de">eduBS-Mail-Einstellungen</descr>
    </documentation>
  </emailProvider>
</clientConfig>