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