When retrieving emails via POP3 from my Courier mail server, some messages encoded in UTF-8 are not displayed correctly in eM Client. Instead, the email content is provided only as a file attachment, and the following message appears in the body of the email:
This E-mail message was determined to be Unicode-formatted
but your E-mail reader does not support Unicode E-mail.Please use an E-mail reader that supports POP3 with UTF-8
(see RFC 6856 - Post Office Protocol Version 3 (POP3) Support for UTF-8).This can also happen when the sender’s E-mail program does not
correctly format the sent message.The original message is included as a separate attachment
so that it can be downloaded manually.
Expected behavior:
UTF-8 encoded messages should be displayed directly in the email body without requiring manual extraction from attachments.
Findings:
From my research, eM Client does support UTF-8 in general. I suspect that the client may not be correctly negotiating UTF-8 support with the mail server during POP3 retrieval—possibly by not issuing the command specified in RFC 6856.
Request:
Please investigate whether eM Client properly signals UTF-8 capability when retrieving messages via POP3, and implement the necessary adjustments if not. While POP3 usage may be less common today, I believe other users may also encounter this issue.