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