Conversation
Ugh, I spent way too much time and effort in the past two days working around bugs in the Python email module. The parsing routines are great, but the number of bugs in message generation code is just wild.

I really shouldn't have to write my own to_bytes() serialization code, and yet this is exactly what I have to do, as bugs are just piling up and sitting in the tracker unaddressed.
0
0
4
@jani It's the kind of stuff that actually prevents email from getting delivered or results in corrupted patches. So, kinda important to get right, unfortunately.
0
0
1