Skip to content

Commit fb5faf0

Browse files
committed
Issue #1210: Fixed imaplib
Patch by Victor Stinner, reviewed by Barry Warsaw.
1 parent ecc42a2 commit fb5faf0

3 files changed

Lines changed: 80 additions & 118 deletions

File tree

Doc/library/imaplib.rst

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The second subclass allows for connections created by a child process:
7575

7676
This is a subclass derived from :class:`IMAP4` that connects to the
7777
``stdin/stdout`` file descriptors created by passing *command* to
78-
``os.popen2()``.
78+
``subprocess.Popen()``.
7979

8080

8181
The following utility functions are defined:
@@ -468,13 +468,6 @@ An :class:`IMAP4` instance has the following methods:
468468

469469
Allow simple extension commands notified by server in ``CAPABILITY`` response.
470470

471-
Instances of :class:`IMAP4_SSL` have just one additional method:
472-
473-
474-
.. method:: IMAP4_SSL.ssl()
475-
476-
Returns SSLObject instance used for the secure connection with the server.
477-
478471
The following attributes are defined on instances of :class:`IMAP4`:
479472

480473

0 commit comments

Comments
 (0)