Message349277
This does look like a side-effect of the commit mentioned by mytran.
The issues seems to be that email._header_value_parser.get_unstructured wrongfully assumes that anything leading with '=?' would be a valid rfc 2047 encoded word.
This is a smaller test case to reproduce this bug:
from email._header_value_parser import get_unstructured
get_unstructured('=?utf-8?q?FSaiz4vX3XMJPT4vrExGUZeOnp0o22pLBB7CYLH74Js=3DwOlK6Tfru2U47qR?=72OfyEY2p2/rA9xNFyvH+fBTCmazxwzF8nGkK6D') |
|
Date |
User |
Action |
Args |
2019-08-09 08:23:24 | maxking | set | recipients:
+ maxking, barry, r.david.murray, epicfaace, mytran |
2019-08-09 08:23:24 | maxking | set | messageid: <1565339004.26.0.376031497699.issue37764@roundup.psfhosted.org> |
2019-08-09 08:23:24 | maxking | link | issue37764 messages |
2019-08-09 08:23:24 | maxking | create | |
|