Modify ↓
Opened 17 months ago
#14239 new defect
MailArchivePlugin: From-Header not decoded in Python 2
Reported by: | anonymous | Owned by: | lucid |
---|---|---|---|
Priority: | normal | Component: | MailArchivePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
The From:
header encoded in UTF8 with a line break between name and email address is not decoded by Python 2 email.header.decode_header
.
Python 3 email.header.decode_header
works.
Attachments (0)
Note: See
TracTickets for help on using
tickets.