summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-07-23 11:28:54 (GMT)
committerVictor Stinner <vstinner@redhat.com>2018-07-23 11:28:54 (GMT)
commitcaa331d492acc67d8f4edd16542cebfabbbe1e79 (patch)
treee9c8422bef72963ee69dc48d9a82deef9e627db3 /Misc
parent752d4b7531093c55d6f0a5846748f981d79b29d3 (diff)
downloadcpython-caa331d492acc67d8f4edd16542cebfabbbe1e79.zip
cpython-caa331d492acc67d8f4edd16542cebfabbbe1e79.tar.gz
cpython-caa331d492acc67d8f4edd16542cebfabbbe1e79.tar.bz2
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
imaplib now allows MOVE command in IMAP4.uid() (RFC 6851: IMAP MOVE Extension) and potentially as a name of supported method of IMAP4 object.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-04-27-22-18-38.bpo-33336.T8rxn0.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-27-22-18-38.bpo-33336.T8rxn0.rst b/Misc/NEWS.d/next/Library/2018-04-27-22-18-38.bpo-33336.T8rxn0.rst
new file mode 100644
index 0000000..d205c68
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-04-27-22-18-38.bpo-33336.T8rxn0.rst
@@ -0,0 +1,3 @@
+``imaplib`` now allows ``MOVE`` command in ``IMAP4.uid()`` (RFC
+6851: IMAP MOVE Extension) and potentially as a name of supported
+method of ``IMAP4`` object.