]> granicus.if.org Git - python/commit
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Jul 2018 13:17:25 +0000 (06:17 -0700)
committerGitHub <noreply@github.com>
Mon, 23 Jul 2018 13:17:25 +0000 (06:17 -0700)
commit112784984784199d54176132edc38ce8c9b007c1
treeafdbf9c19b7526f12466e7cd56108bb9034c2cb5
parent1724c0c984e6406d80d8ebe3bb7b70f23c8b5f45
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.
(cherry picked from commit caa331d492acc67d8f4edd16542cebfabbbe1e79)

Co-authored-by: Matěj Cepl <mcepl@cepl.eu>
Lib/imaplib.py
Misc/NEWS.d/next/Library/2018-04-27-22-18-38.bpo-33336.T8rxn0.rst [new file with mode: 0644]