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