From: Richard W.M. Jones Date: Fri, 7 Jul 2017 09:30:10 +0000 (+0100) Subject: inject: Decode subject line before storing the email. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=382b9d21cffeec257b03017162e472b5d451f739;hp=382b9d21cffeec257b03017162e472b5d451f739;p=patchq.git inject: Decode subject line before storing the email. Decoding Subject lines is a PITA in Python. Do it once when injecting the email, and store the subject lines as UTF-8. This saves a lot of effort later on, even though it's not strictly RFC compliant. ---