Johannes Bauer added the comment:
Issue also affects Python3.1. Hunk succeeds against 3.1 imaplib.py and works
for me.
--
nosy: +joebauer
versions: +Python 3.1
___
Python tracker
<http://bugs.python.org/issue13
New submission from Johannes Bauer :
imaplib does not qupote mailbox names when it's sending it's query to the
server in response to a status request, for example. This will lead to very
strange errors if mailboxes are accessed which contain spaces:
i.e.
connection.status(&qu
Johannes Bauer added the comment:
Hey there,
wanted to follow up on the state of this... is there a reason why this has not
made it into vanilla yet? If so, I'd like to try to help out clear impediments
if I can.
This issue is *really*, really, really annoying me. I've posted ab