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.
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
To => $c->{'email'},
Subject => $title . (defined $suffix ? " - $suffix" : ''),
Charset => $charset,
+ Encoding=> "quoted-printable",
Data => $output
);