<clientConfig version="1.1">
  <emailProvider id="hospes.pl">
    <domain>hospes.pl</domain>
    <displayName>Poczta hospes.pl</displayName>
    <displayShortName>hospes.pl</displayShortName>
    
    <!-- IMAP - zalecany jako pierwszy -->
    <incomingServer type="imap">
      <hostname>imap.hospes.pl</hostname>
      <port>993</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>

    <!-- POP3 - jako alternatywa -->
    <incomingServer type="pop3">
      <hostname>pop3.hospes.pl</hostname>
      <port>995</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
    </incomingServer>

    <!-- SMTP -->
    <outgoingServer type="smtp">
      <hostname>smtp.hospes.pl</hostname>
      <port>465</port>
      <socketType>SSL</socketType>
      <username>%EMAILADDRESS%</username>
      <authentication>password-cleartext</authentication>
      <!-- Możesz dodać port 587 jako alternatywę poniżej, jeśli serwer go wspiera -->
    </outgoingServer>
  </emailProvider>
</clientConfig>