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