<?xml version="1.0" encoding="UTF-8"?>

<clientConfig version="1.1">
  <emailProvider id="itia.ntua.gr">
    <domain>itia.ntua.gr</domain>
    <displayName>NTUA Itia Mail</displayName>
    <displayShortName>Itia</displayShortName>
    <incomingServer type="imap">
      <hostname>mail.ntua.gr</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%@hydro.ntua.gr</username>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>mail.ntua.gr</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%@hydro.ntua.gr</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>smtp.ntua.gr</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%@hydro.ntua.gr</username>
    </outgoingServer>
    <documentation url="http://itia.ntua.gr/help/email/">
      <descr lang="en">Email settings page</descr>
    </documentation>
  </emailProvider>
</clientConfig>
