Ensure all MIME::Entity bodies are UTF-8 encoded bytes
Placing wide characters into MIME::Entity objects can lead to double-encoding. Always treat them as byte stores, encoding as UTF-8 and noting their character set. In the case of Approvals/index.html, there was no need for an explicit MIME::Entity object; ->Correspond creates one as needed from a "Content" argument.
Please register or sign in to comment