]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Set the Content-Transfer-Encoding header of the email to "quoted-printable".
authorAndrew Ruthven <andrew@etc.gen.nz>
Tue, 14 Apr 2009 09:22:49 +0000 (21:22 +1200)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Tue, 14 Apr 2009 09:22:49 +0000 (21:22 +1200)
ChangeLog
THANKS
bin/mythtv-status

index 8e20b43efafd07a31d2b770a3a79e8c3a487b5fc..b0464e95402a4f1c12fee0426b780c7e40b6465b 100644 (file)
--- 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 3c1a4b94d6f815d4976d5d368594de796480cdcf..35ecdfa26dfe63e1b484cc5f8fac3e4b210f875a 100644 (file)
--- 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
  
index 5b577513d9847c028ea497eb2eba021303273897..7975bb571a28faab99610afe4702ee22710b058b 100755 (executable)
@@ -574,6 +574,7 @@ if ($return_code_only) {
       To      => $c->{'email'},
       Subject => $title . (defined $suffix ? " - $suffix" : ''),
       Charset => $charset,
+      Encoding=> "quoted-printable",
       Data    => $output
       );