Enrique Perez-Terron added the comment:
Unsure how to issue a "PR" (Problem Report?) with a test case.
Here is my best effort:
Create a file "email.eml" in the current directory, as attached.
(The contents were lifted from RFC2822 section A.1.3, but I deleted the "
New submission from Enrique Perez-Terron :
When address group is missing final ';', 'value' will be an empty string. I
suggest the following patch
$ diff -u _save_header_value_parser.py _header_value_parser.py
--- _save_header_value_parser.py2018-03-14 01:0