[issue39119] email/_header_value_parser.py:parse_message_id: UnblondLocalError

2019-12-30 Thread Drew DeVault
Drew DeVault added the comment: Sorry for the delay, was travelling for the holidays. I'll check that this is not an issue with 3.8.1. Thanks! -- ___ Python tracker ___

[issue39119] email/_header_value_parser.py:parse_message_id: UnblondLocalError

2019-12-25 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Closing it as duplicate. Feel free to reopen if it's reproducible on latest stable release. Thanks. -- nosy: +maxking resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> While parsing email message id:

[issue39119] email/_header_value_parser.py:parse_message_id: UnblondLocalError

2019-12-22 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I think this should be fixed with issue38698 in 3.8.1 . Can you please try the latest stable release. -- nosy: +xtreak ___ Python tracker

[issue39119] email/_header_value_parser.py:parse_message_id: UnblondLocalError

2019-12-22 Thread Drew DeVault
New submission from Drew DeVault : File "/usr/lib/python3.8/site-packages/emailthreads/threads.py", line 14, in get_message_by_id if msg["message-id"] == msg_id: File "/usr/lib/python3.8/email/message.py", line 391, in __getitem__ return self.get(name) File