R. David Murray

Results 38 comments of R. David Murray

Are you volunteering to be maintainer, and/or is Piers? If he's changed his mind about the threading, that's good enough for me (and by now he has a lot more...

This is great. When you say it is fully compatible, though, is that testing against imaplib in python2 or python3? It is the python3 decisions about string/bytes handling where the...

Do you have any tests that use non-ascii passwords? I think that was the most significant bug.

Thanks, Piers! Sorry for dropping off the map on this, I've been busy. I'll post to python-dev about this and see how the community would like to proceed.

By the way, the pierslauder id points to '[email protected]'.

FYI it was always my intent to revisit the header value parser and rewrite it, probably to use string indexing instead of string splitting, but I never even got as...

Thanks. I'll have to noodle around with the code a bit to figure out what approach I want to take.

I think that this is a reasonable request, and probably applies to the whole shlex module, although less strongly. You could use the surrogateescape hack to work around the problem:...