<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
	<emailProvider id="email.mlenergy.hu">
		<domain>email.mlenergy.hu</domain>
		<displayName>email.mlenergy.hu</displayName>
		<displayShortName>email.mlenergy.hu</displayShortName>
		<incomingServer type="imap">
			<hostname>email.mlenergy.hu</hostname>
			<port>993</port>
			<socketType>SSL/TLS</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</incomingServer>
		<outgoingServer type="smtp">
			<hostname>email.mlenergy.hu</hostname>
			<port>465</port>
			<socketType>SSL/TLS</socketType>
			<authentication>password-cleartext</authentication>
			<username>%EMAILADDRESS%</username>
		</outgoingServer>
	</emailProvider>
</clientConfig>