Patch |
r1487532 |
r1487532 | cmpilato | 2013-05-29 16:16:44 +0000 (Wed, 29 May 2013) Fix an old header encoding buglet in mailer.py. * tools/hook-scripts/mailer/mailer.py (MailedOutput._rfc2047_encode): New function. (MailedOutput.mail_headers): Use _rfc2047_encode() to properly encode the From:, To:, and Subject: headers Patch by: Igor Galić <i.galic{_AT_}brainsware.org> (Scope expanded by me.)