Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Bug report
Bug description:
html_body=part.get_payload(decode=True).decode()File"/usr/local/lib/python3.8/email/message.py",line282,inget_payloadreturnquopri.decodestring(bpayload)
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
- gh-134759:
UnboundLocalError
inemail.message.Message.get_payload
#136071 - [3.14] gh-134759: fix
UnboundLocalError
inemail.message.Message.get_payload
(GH-136071) #136579 - [3.13] gh-134759: fix
UnboundLocalError
inemail.message.Message.get_payload
(GH-136071) #136580 - Fix UnboundLocalError in email.message.Message.get_payload (GH-134759) Cline Fix #136751