This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vidhya
Recipients barry, docs@python, hniksic, r.david.murray, vidhya
Date 2022-03-01.01:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646097105.47.0.328959765798.issue17505@roundup.psfhosted.org>
In-reply-to
Content
[Entry level contributor seeking guidance] If this is still open, I like to work on this.

Also, planning to add the following(if no PR yet created) at make_header API at https://docs.python.org/3/library/email.header.html :

To get unicode strings use the API as shown below:
 unicode(make_header(decode_header('=?gb2312?b?1eLKx9bQzsSy4srUo6E=?=')))

If email policy parameter is set as 'policy.default' then the default policy, for that Python version, is used for header encoding and decoding. 

Please correct me if anything wrong.
History
Date User Action Args
2022-03-01 01:11:45vidhyasetrecipients: + vidhya, barry, hniksic, r.david.murray, docs@python
2022-03-01 01:11:45vidhyasetmessageid: <1646097105.47.0.328959765798.issue17505@roundup.psfhosted.org>
2022-03-01 01:11:45vidhyalinkissue17505 messages
2022-03-01 01:11:45vidhyacreate