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

<clientConfig version="1.1">
  <emailProvider id="grupaetna.pl">
    <domain>grupaetna.pl</domain>
    <displayName>GRUPA ETNA</displayName>
    <displayShortName>GE</displayShortName>
    <incomingServer type="imap">
      <hostname>remote.grupaetna.pl</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </incomingServer>
    <incomingServer type="pop3">
      <hostname>remote.grupaetna.pl</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </incomingServer>
    <outgoingServer type="smtp">
      <hostname>remote.grupaetna.pl</hostname>
      <port>587</port>
      <socketType>STARTTLS</socketType>
      <authentication>password-cleartext</authentication>
      <username>%EMAILLOCALPART%</username>
    </outgoingServer>
    <documentation url="http://www.grupaetna.pl">
      <descr lang="en">Generic settings page</descr>
      <descr lang="pl">Generic settings page</descr>
    </documentation>
  </emailProvider>
</clientConfig>

