Skip to content
  • Alex Vandiver's avatar
    Ensure all MIME::Entity bodies are UTF-8 encoded bytes · f497a114
    Alex Vandiver authored
    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.
    f497a114