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