diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-11-16 05:12:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-16 05:12:34 (GMT) |
commit | 85a8a19134bf3f84e0c1504c2a5cd97aa255a63b (patch) | |
tree | 92ad31a8976821e0b5996904222ca279a3c8d8e8 /Doc/library/imaplib.rst | |
parent | 71827351c4faecf3217967b0fd7f8781964326d1 (diff) | |
download | cpython-85a8a19134bf3f84e0c1504c2a5cd97aa255a63b.zip cpython-85a8a19134bf3f84e0c1504c2a5cd97aa255a63b.tar.gz cpython-85a8a19134bf3f84e0c1504c2a5cd97aa255a63b.tar.bz2 |
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.
(cherry picked from commit aa01011003bb855cd52abfd49f2443446590d913)
Co-authored-by: Yash Shete <universeyash4@gmail.com>
Diffstat (limited to 'Doc/library/imaplib.rst')
-rw-r--r-- | Doc/library/imaplib.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index b3d5337..231bd74 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -163,9 +163,9 @@ example of usage. .. seealso:: - Documents describing the protocol, and sources and binaries for servers - implementing it, can all be found at the University of Washington's *IMAP - Information Center* (https://www.washington.edu/imap/). + Documents describing the protocol, sources for servers + implementing it, by the University of Washington's IMAP Information Center + can all be found at (**Source Code**) https://github.com/uw-imap/imap (**Not Maintained**). .. _imap4-objects: |