File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8181The 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-
478471The following attributes are defined on instances of :class: `IMAP4 `:
479472
480473
You can’t perform that action at this time.
0 commit comments