mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merge Issue #22558.
This commit is contained in:
commit
4da945f361
224 changed files with 542 additions and 136 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
.. module:: imaplib
|
||||
:synopsis: IMAP4 protocol client (requires sockets).
|
||||
|
||||
.. moduleauthor:: Piers Lauder <piers@communitysolutions.com.au>
|
||||
.. sectionauthor:: Piers Lauder <piers@communitysolutions.com.au>
|
||||
.. revised by ESR, January 2000
|
||||
|
@ -10,14 +11,13 @@
|
|||
.. changes for IMAP4_stream by Piers Lauder <piers@communitysolutions.com.au>,
|
||||
November 2002
|
||||
|
||||
**Source code:** :source:`Lib/imaplib.py`
|
||||
|
||||
.. index::
|
||||
pair: IMAP4; protocol
|
||||
pair: IMAP4_SSL; protocol
|
||||
pair: IMAP4_stream; protocol
|
||||
|
||||
**Source code:** :source:`Lib/imaplib.py`
|
||||
|
||||
--------------
|
||||
|
||||
This module defines three classes, :class:`IMAP4`, :class:`IMAP4_SSL` and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue