<?xml version="1.0"?>
<clientConfig version="1.1">
    <emailProvider id="alanyahukuk.net">
        <domain>alanyahukuk.net</domain>
        <displayName>alanyahukuk.net</displayName>
        <displayShortName>alanyahukuk.net</displayShortName>
        <incomingServer type="imap">
            <hostname>mail.alanyahukuk.net</hostname>
            <port>993</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </incomingServer>
        <outgoingServer type="smtp">
            <hostname>mail.alanyahukuk.net</hostname>
            <port>465</port>
            <socketType>SSL</socketType>
            <authentication>password-cleartext</authentication>
            <username>%EMAILADDRESS%</username>
        </outgoingServer>
    </emailProvider>
</clientConfig>
