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