Merged revisions 86380 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86380 | antoine.pitrou | 2010-11-09 23:55:55 +0100 (mar., 09 nov. 2010) | 4 lines

  Fix IMAP.login() to work properly.
  Also, add remote tests for imaplib (part of #4471).
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 0638e2b..1893860 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,8 @@
 Library
 -------
 
+- Fix IMAP.login() to work properly.
+
 - Issue #10126: Fix distutils' test_build when Python was built with
   --enable-shared.