[Buildbot-commits] [buildbot/buildbot] 432a3a: Use 7bit or 8bit encoding for emails
GitHub
noreply at github.com
Tue May 8 02:14:31 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 432a3af873cdbedc803764b9fd725d93dcf544a9
https://github.com/buildbot/buildbot/commit/432a3af873cdbedc803764b9fd725d93dcf544a9
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2012-05-07 (Mon, 07 May 2012)
Changed paths:
M master/buildbot/status/mail.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
Use 7bit or 8bit encoding for emails
This uses the technique descibed in
https://code.djangoproject.com/ticket/11212 to let the email package
decide betwen 7bit and 8bit encoding for an email. Fixes #1768.
More information about the Commits
mailing list