mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
The University of Washington stopped hosting the IMAP documents. Link to a rescued copy on GitHub.
This commit is contained in:
parent
384b7a4bd9
commit
aa01011003
2 changed files with 4 additions and 3 deletions
|
@ -174,9 +174,9 @@ example of usage.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
|
|
||||||
Documents describing the protocol, and sources and binaries for servers
|
Documents describing the protocol, sources for servers
|
||||||
implementing it, can all be found at the University of Washington's *IMAP
|
implementing it, by the University of Washington's IMAP Information Center
|
||||||
Information Center* (https://www.washington.edu/imap/).
|
can all be found at (**Source Code**) https://github.com/uw-imap/imap (**Not Maintained**).
|
||||||
|
|
||||||
|
|
||||||
.. _imap4-objects:
|
.. _imap4-objects:
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fix the URL for the IMAP protocol documents.
|
Loading…
Add table
Add a link
Reference in a new issue