]> granicus.if.org Git - python/commit
Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is
authorR. David Murray <rdmurray@bitdance.com>
Wed, 9 Dec 2009 15:15:31 +0000 (15:15 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 9 Dec 2009 15:15:31 +0000 (15:15 +0000)
commit93321f333c7fe4a55bdedc9511667916f8bd2ed5
tree81ab146556158c027d16da4a579ad6a1a49b825a
parent29dcdabf40f7642c96169ede9040d50a10926832
Issue 5949: fixed IMAP4_SSL hang when the IMAP server response is
missing proper end-of-line termination.  Patch and tests by
Scott Dial.  The new tests include a test harness which will
make it easier to add additional tests.
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS