[issue21815] imaplib truncates some untagged responses

Lita Cho report at bugs.python.org
Wed Jul 16 07:09:45 CEST 2014


Lita Cho added the comment:

Here is the code in order to see the bug.

imaplib.Debug = 5
mail = imaplib.IMAP4_SSL('imap.gmail.com')
mail.login(username, password) # Enter your login here
mail.select('test')

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21815>
_______________________________________


More information about the Python-bugs-list mailing list