Closed (duplicate)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2008 at 01:50 UTC
Updated:
8 Feb 2009 at 18:13 UTC
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
Comment #1
jerdavisI 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.
Comment #2
mariuss commentedYes, that would do. Thanks for following up.