From dabfbb9b8d895ca542e37b1b04d7d029e987317a Mon Sep 17 00:00:00 2001 From: Yash Shete <67866792+Pixmew@users.noreply.github.com> Date: Sun, 15 Nov 2020 19:06:28 +0530 Subject: [PATCH 01/11] bpo-42153 doc: library imaplib a URL not available (https://docs.python.org/3/library/imaplib.html#imap4-objects) in Documentation of imaplib under (See Also :) The link provided by University of Washington's *IMAP Information Center is not Available (https://www.washington.edu/imap/) As the link is taken down It should be replaced by another link. It is replaced by the Link of Source Code provided by University of Washington's *IMAP Information Center on Github for the same URL (https://github.com/uw-imap/imap) (Not Currently Maintained) --- Doc/library/imaplib.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 02ecfd95d43767f..bcb51641d7fcd46 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -174,9 +174,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/). + Source Code of Documents describing the protocol, sources and binaries for servers + implementing it, by the University of Washington's IMAP Information Center + can all be found at (https://github.com/uw-imap/imap) (**Not Maintained**). .. _imap4-objects: From 6a7975549a6456b32058e96489b5f3075a774109 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Sun, 15 Nov 2020 13:46:32 +0000 Subject: [PATCH 02/11] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20b?= =?UTF-8?q?lurb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst diff --git a/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst b/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst new file mode 100644 index 000000000000000..7e3922966c02871 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst @@ -0,0 +1,3 @@ +Source Code of Documents describing the protocol, sources and binaries for servers +implementing it, by the University of Washington's IMAP Information Center +can all be found at (https://github.com/uw-imap/imap) (**Not Maintained**). \ No newline at end of file From 7f9a2c9ba4e8d94a5996d4fc8bfcf6ab7723e23e Mon Sep 17 00:00:00 2001 From: Yash Shete <67866792+Pixmew@users.noreply.github.com> Date: Sun, 15 Nov 2020 20:31:01 +0530 Subject: [PATCH 03/11] Update imaplib.rst --- Doc/library/imaplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index bcb51641d7fcd46..3284a9ef4f52403 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -176,7 +176,7 @@ example of usage. Source Code of Documents describing the protocol, sources and binaries for servers implementing it, by the University of Washington's IMAP Information Center - can all be found at (https://github.com/uw-imap/imap) (**Not Maintained**). + can all be found at https://github.com/uw-imap/imap (**Not Maintained**). .. _imap4-objects: From cddc1afb538f129fe104dddc6b4678e46c890332 Mon Sep 17 00:00:00 2001 From: Yash Shete <67866792+Pixmew@users.noreply.github.com> Date: Sun, 15 Nov 2020 20:38:25 +0530 Subject: [PATCH 04/11] Update imaplib.rst --- Doc/library/imaplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 3284a9ef4f52403..86122a75631f7cd 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -174,7 +174,7 @@ example of usage. .. seealso:: - Source Code of Documents describing the protocol, sources and binaries for servers + Source Code of Documents describing the protocol, sources for servers implementing it, by the University of Washington's IMAP Information Center can all be found at https://github.com/uw-imap/imap (**Not Maintained**). From edde248b64d8251991ea2fe64363f3542cbfe6ed Mon Sep 17 00:00:00 2001 From: Yash Shete <67866792+Pixmew@users.noreply.github.com> Date: Sun, 15 Nov 2020 20:41:04 +0530 Subject: [PATCH 05/11] Update imaplib.rst --- Doc/library/imaplib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 86122a75631f7cd..65681ec093598c2 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -174,9 +174,9 @@ example of usage. .. seealso:: - Source Code of Documents describing the protocol, sources for servers + Documents describing the protocol, sources for servers implementing it, by the University of Washington's IMAP Information Center - can all be found at https://github.com/uw-imap/imap (**Not Maintained**). + can all be found at (**Source Code**) https://github.com/uw-imap/imap (**Not Maintained**). .. _imap4-objects: From 33bda8946a248e62bcaa212d3027dba92919cc2c Mon Sep 17 00:00:00 2001 From: Yash Shete <67866792+Pixmew@users.noreply.github.com> Date: Sun, 15 Nov 2020 19:06:28 +0530 Subject: [PATCH 06/11] bpo-42153 doc: library imaplib a URL not available (https://docs.python.org/3/library/imaplib.html#imap4-objects) in Documentation of imaplib under (See Also :) The link provided by University of Washington's *IMAP Information Center is not Available (https://www.washington.edu/imap/) As the link is taken down It should be replaced by another link. It is replaced by the Link of Source Code provided by University of Washington's *IMAP Information Center on Github for the same URL (https://github.com/uw-imap/imap) (Not Currently Maintained) --- Doc/library/imaplib.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 02ecfd95d43767f..bcb51641d7fcd46 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -174,9 +174,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/). + Source Code of Documents describing the protocol, sources and binaries for servers + implementing it, by the University of Washington's IMAP Information Center + can all be found at (https://github.com/uw-imap/imap) (**Not Maintained**). .. _imap4-objects: From a8caafb666f4a1d7f454a7fe157a400dc5ff521c Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Sun, 15 Nov 2020 13:46:32 +0000 Subject: [PATCH 07/11] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20b?= =?UTF-8?q?lurb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst diff --git a/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst b/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst new file mode 100644 index 000000000000000..7e3922966c02871 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst @@ -0,0 +1,3 @@ +Source Code of Documents describing the protocol, sources and binaries for servers +implementing it, by the University of Washington's IMAP Information Center +can all be found at (https://github.com/uw-imap/imap) (**Not Maintained**). \ No newline at end of file From e39c0a093e5fea63930221b9ac28391c280e7dc0 Mon Sep 17 00:00:00 2001 From: Yash Shete <67866792+Pixmew@users.noreply.github.com> Date: Sun, 15 Nov 2020 20:31:01 +0530 Subject: [PATCH 08/11] Update imaplib.rst --- Doc/library/imaplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index bcb51641d7fcd46..3284a9ef4f52403 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -176,7 +176,7 @@ example of usage. Source Code of Documents describing the protocol, sources and binaries for servers implementing it, by the University of Washington's IMAP Information Center - can all be found at (https://github.com/uw-imap/imap) (**Not Maintained**). + can all be found at https://github.com/uw-imap/imap (**Not Maintained**). .. _imap4-objects: From 30c9fe1110dafc0bdc7d919f0225b0c0d0f40556 Mon Sep 17 00:00:00 2001 From: Yash Shete <67866792+Pixmew@users.noreply.github.com> Date: Sun, 15 Nov 2020 20:38:25 +0530 Subject: [PATCH 09/11] Update imaplib.rst --- Doc/library/imaplib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 3284a9ef4f52403..86122a75631f7cd 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -174,7 +174,7 @@ example of usage. .. seealso:: - Source Code of Documents describing the protocol, sources and binaries for servers + Source Code of Documents describing the protocol, sources for servers implementing it, by the University of Washington's IMAP Information Center can all be found at https://github.com/uw-imap/imap (**Not Maintained**). From 14588af63cf829beb29ef1ac095dea5b2cc45d01 Mon Sep 17 00:00:00 2001 From: Yash Shete <67866792+Pixmew@users.noreply.github.com> Date: Sun, 15 Nov 2020 20:41:04 +0530 Subject: [PATCH 10/11] Update imaplib.rst --- Doc/library/imaplib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/imaplib.rst b/Doc/library/imaplib.rst index 86122a75631f7cd..65681ec093598c2 100644 --- a/Doc/library/imaplib.rst +++ b/Doc/library/imaplib.rst @@ -174,9 +174,9 @@ example of usage. .. seealso:: - Source Code of Documents describing the protocol, sources for servers + Documents describing the protocol, sources for servers implementing it, by the University of Washington's IMAP Information Center - can all be found at https://github.com/uw-imap/imap (**Not Maintained**). + can all be found at (**Source Code**) https://github.com/uw-imap/imap (**Not Maintained**). .. _imap4-objects: From 2211b17fe69dc5f430b1876d5c3f615196b4ad2d Mon Sep 17 00:00:00 2001 From: Yash Shete Date: Mon, 16 Nov 2020 09:50:26 +0530 Subject: [PATCH 11/11] Update News --- .../Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst b/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst index 7e3922966c02871..0a9451a63fb4f8f 100644 --- a/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst +++ b/Misc/NEWS.d/next/Documentation/2020-11-15-13-46-31.bpo-42153.KjBhx3.rst @@ -1,3 +1 @@ -Source Code of Documents describing the protocol, sources and binaries for servers -implementing it, by the University of Washington's IMAP Information Center -can all be found at (https://github.com/uw-imap/imap) (**Not Maintained**). \ No newline at end of file +Fix the URL for the IMAP protocol documents.