IndySockets / Indy

Indy - Internet Direct
https://www.indyproject.org
451 stars 153 forks source link

Sending the UTF8 command to the POP3 Server #450

Open BenediktS opened 1 year ago

BenediktS commented 1 year ago

Newer POP3 Server are not delivering the emails correct, if the clients don't tell them that they are UTF8 compatible. https://tools.ietf.org/html/rfc6856.html

This patch sends the UTF8 command, if the server is requesting it.

Neustradamus commented 8 months ago

@BenediktS: Have you progressed on your PR?