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