commit | 7868426c1fe562d2d70bbfd0bb3d0da82f909001 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Jul 23 07:07:03 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Jul 23 07:07:03 2018 -0700 |
tree | 40821f1dbb55fea366a07045c63a59b5a0e7030c | |
parent | 46cb5fd706563673663e676bb70f46a73f4edc89 [diff] |
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>