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