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