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