email: Use Charsets to set the Content-Transfer-Encoding
authorW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 04:39:44 +0000 (23:39 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 04:49:42 +0000 (23:49 -0500)
commit05dd3da1ed21f554e0a6dbc874cee3b377f92ae0
tree1350bf23c14b0c7ac0d25c3b87a84db9047039f0
parent4da3cfb0f1c07f188dbbf37ccdd218edd47c2eb7
email: Use Charsets to set the Content-Transfer-Encoding

This ensures that payload encoding/decoding happens appropriately, and
allows 7-bit-clean data to be sent with a 7bit CTE, even when the
use-8bit setting is on.

Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/email.py