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.

classification
Title: "quopri" line endings not standard conform
Type: behavior Stage:
Components: Library (Lib) Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: dmaurer
Priority: normal Keywords:

Created on 2020-12-02 23:11 by dmaurer, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg382354 - (view) Author: Dieter Maurer (dmaurer) Date: 2020-12-02 23:11
RFC 1521 and "https://tools.ietf.org/html/rfc2045#section-6.7"
stipulate that the quoted printable encoding uses CRLF line endings. Python's "quopri" implementation does not honor this.
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86715
2020-12-02 23:11:21dmaurercreate