<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
	<emailProvider id="dziembala.pl">
		<domain>dziembala.pl</domain>
		<displayName>Personal mail dziembala.pl</displayName>
		<displayShortName>Dziembała mail</displayShortName>
		<!-- IMAP and POP3 servers used to be imappro.zoho.eu and poppro.zoho.eu -->
		<incomingServer type="imap">
			<hostname>imap.zoho.eu</hostname>
			<port>993</port>
			<socketType>SSL</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</incomingServer>
		<incomingServer type="pop3">
			<hostname>pop.zoho.eu</hostname>
			<port>995</port>
			<socketType>SSL</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</incomingServer>
		<outgoingServer type="smtp">
			<hostname>smtp.zoho.eu</hostname>
			<port>465</port>
			<socketType>SSL</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</outgoingServer>
	</emailProvider>
	<documentation url="https://www.zoho.com/mail/help/imap-access.html">
		<descr lang="en">Zoho Mail - Access via IMAP</descr>
	</documentation>
	<documentation url="https://www.zoho.com/mail/help/pop-access.html">
		<descr lang="en">Zoho Mail - POP configuration details</descr>
	</documentation>
	<documentation url="https://www.zoho.com/mail/help/zoho-smtp.html">
		<descr lang="en">Zoho Mail - SMTP Server Configuration</descr>
	</documentation>
	<documentation url="https://www.zoho.com/mail/help/thunderbird-imap-access.html">
		<descr lang="en">Configure Zoho Mail as IMAP Account in Thunderbird</descr>
	</documentation>
	<documentation url="https://www.zoho.com/mail/help/thunderbird-pop-access.html">
		<descr lang="en">Configure your Zoho Account as POP in Thunderbird</descr>
	</documentation>
	<documentation url="https://www.zoho.com/mail/help/pop-access.html#EnablePOPAccess">
		<descr lang="en">Enable POP Access</descr>
	</documentation>
	<documentation url="https://www.zoho.com/mail/help/imap-access.html#EnableIMAP">
		<descr lang="en">Enable IMAP Access</descr>
	</documentation>
</clientConfig>
