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 <rep...@bugs.python.org> <http://bugs.python.org/issue21815> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com