FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-77508: Add imaplib.IMAP4.move method by serhiy-storchaka · Pull Request #153121 · python/cpython · GitHub

/ cpython Public

gh-77508: Add imaplib.IMAP4.move method - #153121

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:imaplib-move
Jul 5, 2026
Merged

gh-77508: Add imaplib.IMAP4.move method#153121
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:imaplib-move

Conversation

Copy link
Copy Markdown
Member

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

No client-side fallback to COPY/STORE/EXPUNGE for servers without the MOVE capability: imaplib is a thin protocol layer, and silently issuing different commands than asked would be wrong at this level. Supersedes GH-19072.

🤖 Generated with Claude Code

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>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #33446520 | 📁 Comparing 2fcd5ac against main (3d9d6c8)

  🔍 Preview build  

3 files changed
± library/imaplib.html
± whatsnew/3.16.html
± whatsnew/changelog.html

serhiy-storchaka merged commit 89afed2 into python:main Jul 5, 2026
53 checks passed
serhiy-storchaka deleted the imaplib-move branch July 5, 2026 17:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL