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