Skip to content

Commit aa01011

Browse files
authored
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.
1 parent 384b7a4 commit aa01011

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Doc/library/imaplib.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ example of usage.
174174

175175
.. seealso::
176176

177-
Documents describing the protocol, and sources and binaries for servers
178-
implementing it, can all be found at the University of Washington's *IMAP
179-
Information Center* (https://www.washington.edu/imap/).
177+
Documents describing the protocol, sources for servers
178+
implementing it, by the University of Washington's IMAP Information Center
179+
can all be found at (**Source Code**) https://github.com/uw-imap/imap (**Not Maintained**).
180180

181181

182182
.. _imap4-objects:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix the URL for the IMAP protocol documents.

0 commit comments

Comments
 (0)