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