<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
	<emailProvider id="hbox.cm">
		<domain>%EMAILDOMAIN%</domain>
		<displayName>HBox Mail service</displayName>
		<displayName>HBox Mail</displayName>
		<incomingServer type="imap">
			<hostname>imap.hbox.cm</hostname>
			<port>993</port>
			<socketType>SSL</socketType>
			<username>%EMAILADDRESS%</username>
			<authentication>password-cleartext</authentication>
		</incomingServer>
		<outgoingServer type="smtp">
			<hostname>smtp.hbox.cm</hostname>
			<port>587</port>
			<socketType>STARTTLS</socketType>
			<username>%EMAILADDRESS%</username>
			<authentication>password-cleartext</authentication>
		</outgoingServer>
	</emailProvider>
	<addressBook type="carddav">
		<username>%EMAILADDRESS%</username>
		<authentication>http-digest</authentication>
		<serverURL>https://cdav.hbox.cm/caldav.php</serverURL>
	</addressBook>
	<calendar type="caldav">
		<username>%EMAILADDRESS%</username>
		<authentication>http-digest</authentication>
		<serverURL>https://cdav.hbox.cm/caldav.php</serverURL>
	</calendar>
</clientConfig>
