Michala <muckocu...@gmail.com> added the comment:

I added 2 lines into the file "email/_header_value_parser.py"
into the function "get_mailbox_list(value)" before return value:

    if not value:
        value = ';'
    return mailbox_list, value


It is in attachments.

----------
resolution:  -> works for me
Added file: https://bugs.python.org/file47197/_header_value_parser.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31445>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to