Issue #1210: Fixed imaplib
Patch by Victor Stinner, reviewed by Barry Warsaw.
diff --git a/Misc/NEWS b/Misc/NEWS
index f17e758..9684cee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Core and Builtins
 -----------------
 
+- Issue #1210: Fixed imaplib and its documentation.
+
 - Issue #4233: Changed semantic of ``_fileio.FileIO``'s ``close()`` 
   method on file objects with closefd=False. The file descriptor is still
   kept open but the file object behaves like a closed file. The ``FileIO``