]> granicus.if.org Git - python/commit
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
authorMatěj Cepl <mcepl@cepl.eu>
Mon, 23 Jul 2018 11:28:54 +0000 (13:28 +0200)
committerVictor Stinner <vstinner@redhat.com>
Mon, 23 Jul 2018 11:28:54 +0000 (13:28 +0200)
commitcaa331d492acc67d8f4edd16542cebfabbbe1e79
treee9c8422bef72963ee69dc48d9a82deef9e627db3
parent752d4b7531093c55d6f0a5846748f981d79b29d3
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.
Lib/imaplib.py
Misc/NEWS.d/next/Library/2018-04-27-22-18-38.bpo-33336.T8rxn0.rst [new file with mode: 0644]