flask-mail icon indicating copy to clipboard operation
flask-mail copied to clipboard

Fix subject encoding error with Python3.4 #88

Open harobed opened this issue 11 years ago • 2 comments

Fix subject encoding error with Python3.4 #88

harobed avatar Oct 16 '14 22:10 harobed

The bug seems to be fixed by this PR. Why not to merge it?

decaz avatar Aug 29 '15 13:08 decaz

Because it looks like it almost dead in activity

iorlas avatar Jul 07 '16 08:07 iorlas

(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.

wlach avatar May 21 '24 10:05 wlach

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.

davidism avatar May 23 '24 16:05 davidism