# Bug report ### Bug description: ```python html_body = part.get_payload(decode=True).decode() File "/usr/local/lib/python3.8/email/message.py", line 282, in get_payload return quopri.decodestring(bpayload) ``` ### CPython versions tested on: CPython main branch ### Operating systems tested on: Linux <!-- gh-linked-prs --> ### Linked PRs * gh-136071 * gh-136579 * gh-136580 * gh-136751 <!-- /gh-linked-prs -->
Bug report
Bug description:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
UnboundLocalErrorinemail.message.Message.get_payload#136071UnboundLocalErrorinemail.message.Message.get_payload(GH-136071) #136579UnboundLocalErrorinemail.message.Message.get_payload(GH-136071) #136580