<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="knjige.plus">
        <domain>knjige.plus</domain>
        <displayName>knjige.plus</displayName>
        <displayShortName>knjige.plus</displayShortName>
        <incomingServer type="pop3">
            <hostname>th16.neoserv.si</hostname>
            <port>995</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>th16.neoserv.si</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
