process email using byte strings
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Wed, 12 Aug 2015 03:51:41 +0000 (23:51 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:29:55 +0000 (13:29 -0500)
commit85a829fc49cc30029b4a48816432c48ff10f9f03
tree2b816cebaa34cc0ac585d6b3f4e8f9b19f921990
parent32a8996fe82dda3a865204bf370ed3606ebf2f83
process email using byte strings

using byte strings when feeding the email into the parser helps avoid
crashes due to non-utf-8 characters placed prior to any mime part, etc.
edward