<?xml version="1.0" encoding="UTF-8"?>
     
<clientConfig version="1.1">
    <emailProvider id="hellwigbank.com">
        <domain>hellwigbank.com</domain>
        <displayName>eMail-Service @ hellwigbank.com</displayName>
        <displayShortName>hellwigbank.com</displayShortName>
        <incomingServer type="imap">
            <hostname>imap.hellwigbank.com</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
    	    <username>%EMAILLOCALPART%@hellwig.ffm</username>
   	</incomingServer>
    	<outgoingServer type="smtp">
    	    <hostname>imap.hellwigbank.com</hostname>
    	    <port>587</port>
    	    <socketType>SSL</socketType>
    	    <authentication>password-cleartext</authentication>
    	    <username>%EMAILLOCALPART%@hellwig.ffm</username>
    	</outgoingServer>
    	<calendar type="caldav">
      	    <username>%EMAILLOCALPART%@hellwig.ffm</username>
            <authentication>http-basic</authentication> 
            <!-- see <addressBook> -->
            <serverURL>https://imap.hellwigbank.com/</serverURL>
        </calendar>
    	<documentation url="http://wiki.hellwigbank.com/doku.php">
    	    <descr lang="de">Supportseiten der hellwigbank.de</descr>
    	    <descr lang="en">hellwigbank.com support-wiki</descr>
    	</documentation>
    </emailProvider>	    
</clientConfig>
