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