<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
	<emailProvider id="mail.oguzhansert.dev">
		<domain>mail.oguzhansert.dev</domain>
		<displayName>%EMAILADDRESS%</displayName>
		<displayShortName>mail.oguzhansert.dev</displayShortName>
		<incomingServer type="imap">
			<hostname>mail.oguzhansert.dev</hostname>
			<port>993</port>
			<socketType>SSL</socketType>
			<username>%EMAILADDRESS%</username>
			<authentication>password-cleartext</authentication>
		</incomingServer>
		<incomingServer type="pop3">
			<hostname>mail.oguzhansert.dev</hostname>
			<port>995</port>
			<socketType>SSL</socketType>
			<username>%EMAILADDRESS%</username>
			<authentication>password-cleartext</authentication>
		</incomingServer>
		<outgoingServer type="smtp">
			<hostname>mail.oguzhansert.dev</hostname>
			<port>465</port>
			<socketType>SSL</socketType>
			<username>%EMAILADDRESS%</username>
			<authentication>password-cleartext</authentication>
		</outgoingServer>
	</emailProvider>
	<calendar type="caldav">
		<username>%EMAILADDRESS%</username>
		<authentication>http-basic</authentication>
		<serverURL>https://mail.oguzhansert.dev/dav/cal</serverURL>
	</calendar>
	<addressBook type="carddav">
		<username>%EMAILADDRESS%</username>
		<authentication>http-basic</authentication>
		<serverURL>https://mail.oguzhansert.dev/dav/card</serverURL>
	</addressBook>
	<fileShare type="webdav">
		<username>%EMAILADDRESS%</username>
		<authentication>http-basic</authentication>
		<serverURL>https://mail.oguzhansert.dev/dav/file</serverURL>
	</fileShare>
	<clientConfigUpdate url="https://autoconfig.mail.oguzhansert.dev/mail/config-v1.1.xml"></clientConfigUpdate>
</clientConfig>
