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