<clientConfig version="1.1">
<emailProvider id="owl-ict.nl">
<domain>owl-ict.nl</domain>
<displayName>EmailAdmin</displayName>
<displayShortName>EmailAdmin</displayShortName>
<incomingServer type="imap">
	<hostname>imap.emailadmin.nl</hostname>
	<port>993</port>
	<socketType>SSL</socketType>
	<authentication>password-cleartext</authentication>
	<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="imap">
	<hostname>imap.emailadmin.nl</hostname>
	<port>143</port>
	<socketType>STARTTLS</socketType>
	<authentication>password-encrypted</authentication>
	<username>%EMAILADDRESS%</username>
</incomingServer>
<incomingServer type="pop3">
	<hostname>mail.emailadmin.nl</hostname>
	<port>995</port>
	<socketType>SSL</socketType>
	<authentication>password-cleartext</authentication>
	<username>%EMAILADDRESS%</username>
	<leaveMessagesOnServer>true</leaveMessagesOnServer>
</incomingServer>
<incomingServer type="pop3">
	<hostname>mail.emailadmin.nl</hostname>
	<port>110</port>
	<socketType>STARTTLS</socketType>
	<authentication>password-cleartext</authentication>
	<username>%EMAILADDRESS%</username>
	<leaveMessagesOnServer>true</leaveMessagesOnServer>
</incomingServer>
<outgoingServer type="smtp">
	<hostname>smtp.emailadmin.nl</hostname>
	<port>587</port>
	<socketType>STARTTLS</socketType>
	<authentication>password-cleartext</authentication>
	<username>%EMAILADDRESS%</username>
</outgoingServer>
<!--
<documentation url="http://autoconfig.owl-ict.nl/doc/index.html">
	<descr lang="en">Generic settings page</descr>
</documentation>
<documentation url="http://autoconfig.owl-ict.nl/doc/thunderbird.html">
	<descr lang="en"> TB 2.0 IMAP settings</descr>
</documentation>
-->
</emailProvider>
</clientConfig>
