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