[issue18153] python imaplib - error 'unexpected repsonse'

2013-06-17 Thread tahnoon pasha
tahnoon pasha added the comment: Hi David Adding the following post and response from the davmail author/ maintainers site. He seems to have fixed it in davmail and suggests the following fix in imaplib.py if there is a desire to amend it to allow stray spaces Le 15/06/2013 08:19, tahnoon a

[issue18153] python imaplib - error 'unexpected repsonse'

2013-06-14 Thread tahnoon pasha
tahnoon pasha added the comment: Okay David. Thanks for the pointer. With great trepidation Ill hit google and try and figure out how to create a test case for this. -- ___ Python tracker <http://bugs.python.org/issue18

[issue18153] python imaplib - error 'unexpected repsonse'

2013-06-14 Thread tahnoon pasha
tahnoon pasha added the comment: http://sourceforge.net/p/davmail/bugs/532/ The response back from the davmail software maintainer is that this is a non RFC mechanism with a purpose (used as a keep alive on a very slow responding server - SELECT can be very slow when getting mail this way

[issue18153] python imaplib - error 'unexpected repsonse'

2013-06-11 Thread tahnoon pasha
tahnoon pasha added the comment: I'll log this at the davmail forums too and report back if I get a response there. -- ___ Python tracker <http://bugs.python.org/is

[issue18153] python imaplib - error 'unexpected repsonse'

2013-06-06 Thread tahnoon pasha
New submission from tahnoon pasha: Hi I've suddenly encountered an error using imaplib on some code that worked fine before. import imaplib m = imaplib.IMAP4('myserver','port') m.login(r'username','password') m.select() gives me the