]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-77508: Add imaplib.IMAP4.move method (GH-153121)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Jul 2026 17:02:45 +0000 (20:02 +0300)
committerGitHub <noreply@github.com>
Sun, 5 Jul 2026 17:02:45 +0000 (20:02 +0300)
commit89afed25c3427911c9df815ca4d8aeb261ab46ca
tree7ec3c99d6db7299e90af61d3cc5c8c8db30f5ddd
parentcdcf228f6ab764fcd8237231f0a473b9f80586ad
gh-77508: Add imaplib.IMAP4.move method (GH-153121)

Add a wrapper for the IMAP MOVE command (RFC 6851), analogous to
copy().  The arguments of MOVE and UID MOVE are quoted when necessary.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Doc/library/imaplib.rst
Doc/whatsnew/3.16.rst
Lib/imaplib.py
Lib/test/test_imaplib.py
Misc/NEWS.d/next/Library/2026-07-01-15-30-00.gh-issue-77508.Bn2kXt.rst [new file with mode: 0644]