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

<clientConfig version="1.1">
  <emailProvider id="tisztanet.hu">
    <domain>tisztanet.hu</domain>
    <displayName>Tisztanet Mail</displayName>
    <displayShortName>Tisztanet</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.tisztanet.hu</hostname>
      <port>143</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>mail.tisztanet.hu</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILADDRESS%</username>
    </outgoingServer>
  </emailProvider>
  <addressBook type="carddav">
    <username>%EMAILADDRESS%</username>
    <authentication>http-basic</authentication>
    <serverURL>https://mail.tisztanet.hu/SOGo/dav/<serverURL>
  </addressBook>
  <calendar type="caldav">
    <username>%EMAILADDRESS%</username>
    <authentication>http-basic</authentication>
    <serverURL>https://mail.tisztanet.hu/SOGo/dav/<serverURL>
  </calendar>
  <webMail>
    <loginPage url="https://mail.tisztanet.hu/SOGo/" />
    <loginPageInfo url="https://mail.tisztanet.hu/SOGo/">
  </webMail>
</clientConfig>
