Ben Brooks

Results 35 comments of Ben Brooks

Some more issues I've ran into when testing. I need to you to use this branch like I am and try to break it and find issues yourself. 1. Empty...

I have a patch that makes this work, but I need to think about it a bit more to make sure I'm not overfitting the solution specifically for email header...

I thought about it a bit more and found a neater solution without any library changes. You can set the newline character to be `"\n "` such that any time...

It's sort of intentional for breaking in English prose, but in this case it can be fixed by limiting what characters can be considered breakpoints to only spaces: ``` w.Breakpoints...

Ps: You'll still want to `-1` from limit, not `len(w.Newline)`, we're only counting the characters that come after the break (`\r\n`)