From: Andrew Ruthven Date: Tue, 14 Apr 2009 09:22:49 +0000 (+1200) Subject: Set the Content-Transfer-Encoding header of the email to "quoted-printable". X-Git-Tag: 0.9.2~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e0fa4c55acbd7bc00ab7ec2b2d9056feb177506;p=mythtv-status.git Set the Content-Transfer-Encoding header of the email to "quoted-printable". --- diff --git a/ChangeLog b/ChangeLog index 8e20b43..b0464e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2009-04-11 Andrew Ruthven Show the encoder details for "Recording Now". - Pass on that charset that MythTV gave us in any emails we send. + Pass on that charset that MythTV gave us in any emails we send and + set a sensible encoding. 2009-03-31 Andrew Ruthven Add support for the newer encoder statuses. diff --git a/THANKS b/THANKS index 3c1a4b9..35ecdfa 100644 --- a/THANKS +++ b/THANKS @@ -15,6 +15,7 @@ I'd like to thank the following people: details for recordings. - Steve Gunther - For trying to use mythtv-status against a secondary backend. - Tom Metro - For a whole bunch of feedback. + - Jan Schneider - For feedback on the email charset and encoding. - The Debian translators - Especially the Portuguese guys - you rock! - All the MythTV developers for working on a great bit of software diff --git a/bin/mythtv-status b/bin/mythtv-status index 5b57751..7975bb5 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -574,6 +574,7 @@ if ($return_code_only) { To => $c->{'email'}, Subject => $title . (defined $suffix ? " - $suffix" : ''), Charset => $charset, + Encoding=> "quoted-printable", Data => $output );