flask-mail
flask-mail copied to clipboard
Fix subject encoding error with Python3.4 #88
Fix subject encoding error with Python3.4 #88
The bug seems to be fixed by this PR. Why not to merge it?
Because it looks like it almost dead in activity
(looking at this as part of the PyCon US 2024 sprints)
@stephane-klein @harobed We recently moved this to pallets-eco and I've been looking at merging old fixes / issues. As far as I can tell this looks approximately correct, however, your work needs to be reapplied against main. Are you interested in updating this PR or creating a new one? If so please do so and tag me.
If email.Message.as_bytes() is failing on something it shouldn't, that seems to be an issue to report to Python's smtplib. 3.8 is the lowest supported version in 2024, and it does not appear to have an issue.