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