At the end of the theme_mimemail_message function the body of the message is compressed. A global option to disable this would be useful.

Comments

jerdavis’s picture

Status: Active » Closed (duplicate)

I believe you're referring to the base64 encoding which was being used. This has been switched to 8bit encoding for the HTML part within the newest development snapshot. Please see http://drupal.org/node/310305 for information.

mariuss’s picture

Yes, that would do. Thanks for following up.