commit | 96bba049f4bd4d030a72326fd1a67586454f6e2c | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jul 23 06:54:46 2018 -0700 |
committer | Victor Stinner <vstinner@redhat.com> | Mon Jul 23 15:54:46 2018 +0200 |
tree | e99449eab7bfcb30b39965e27c4a53e0510d26f2 | |
parent | ba1810e1ec8973e48128e17845b981d8894c0550 [diff] |
bpo-33336, imaplib: Legalize MOVE command (GH-6569) (GH-8409) 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>