<?xml version="1.0" encoding="utf-8" ?>
	      <clientConfig version="1.1">
	      <emailProvider id="dehetre.cloud">
		  <domain>dehetre.cloud</domain>
		  <displayName>dehetre.cloud</displayName>
		  <displayShortName>dehetre.cloud</displayShortName>
		  <incomingServer type="imap">
		  <hostname>mail.dehetre.cloud</hostname>
		  <port>993</port>
		  <socketType>SSL</socketType>
		  <authentication>password-cleartext</authentication>
		  <username>null</username>
		  </incomingServer>
		  <outgoingServer type="smtp">
		  <hostname>mail.dehetre.cloud</hostname>
		  <port>465</port>
		  <socketType>SSL</socketType>
		  <authentication>password-cleartext</authentication>
		  <username>null</username>
		  </outgoingServer>
	      </emailProvider>
	      </clientConfig>