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