<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
	<emailProvider id="shic.us">
		<domain>shic.us</domain>
		<displayName>Shic Mail</displayName>
		<displayShortName>shic</displayShortName>
		<incomingServer type="imap">
			<hostname>mail.shic.us</hostname>
			<port>993</port>
			<socketType>STARTTLS</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</incomingServer>
		<incomingServer type="pop3">
			<hostname>mail.shic.us</hostname>
			<port>995</port>
			<socketType>STARTTLS</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</incomingServer>
		<outgoingServer type="smtp">
			<hostname>mail.shic.us</hostname>
			<port>465</port>
			<socketType>SSL</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</outgoingServer>
		<documentation url="http://www.shicgmbh.de">
			<descr lang="de">Shic Support-Webpage</descr>
		</documentation>
	</emailProvider>
</clientConfig>