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