<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="techlib.cz">
      <domain>techlib.cz</domain>

      <displayName>NTK Email</displayName>
      <displayShortName>NTK</displayShortName>

      <incomingServer type="imap">
         <hostname>mail2.techlib.cz</hostname>
         <port>993</port>
         <socketType>SSL</socketType>
         <username>%EMAILADDRESS%</username>
         <authentication>password-cleartext</authentication>
      </incomingServer>

      <outgoingServer type="smtp">
         <hostname>mail2.techlib.cz</hostname>
         <port>465</port>
         <socketType>SSL</socketType> <!-- see above -->
         <username>%EMAILADDRESS%</username> <!-- if smtp-auth -->
         <authentication>password-cleartext</authentication>
         <addThisServer>true</addThisServer>
         <useGlobalPreferredServer>true</useGlobalPreferredServer>
      </outgoingServer>

    </emailProvider>


</clientConfig>
