[issue25826] imaplib can't process lines after starttls

2015-12-08 Thread David Wahlund
New submission from David Wahlund: File "C:\Python34\lib\imaplib.py", line 536, in login typ, dat = self._simple_command('LOGIN', user, self._quote(password)) File "C:\Python34\lib\imaplib.py", line 1141, in _simple_command return self._command_complete(n

[issue25826] imaplib can't process lines after starttls

2015-12-08 Thread David Wahlund
David Wahlund added the comment: Sorry, my bad... Using ImapClient that changed the socket to str. -- resolution: -> not a bug status: open -> closed ___ Python tracker <http://bugs.python.org/i