<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="chata-panorama-slapy.cz">
        <domain>chata-panorama-slapy.cz</domain>
        <displayName>chata-panorama-slapy.cz</displayName>
        <displayShortName>chata-panorama-slapy.cz</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.chata-panorama-slapy.cz</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.chata-panorama-slapy.cz</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
