◐ Shell
clean mode source ↗

[3.7] bpo-33336, imaplib: Legalize MOVE command (GH-6569) by miss-islington · Pull Request #8409 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Jul 23, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

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 caa331d)

Co-authored-by: Matěj Cepl mcepl@cepl.eu

https://bugs.python.org/issue33336

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 caa331d)

Co-authored-by: Matěj Cepl <mcepl@cepl.eu>

@vstinner vstinner left a comment

Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington

Copy link Copy Markdown

Contributor Author

@mcepl and @vstinner: Backport status check is done, and it's a failure ❌ .

@mcepl

mcepl commented

Jul 23, 2018

Copy link Copy Markdown

Contributor

@vstinner I cannot see why this change would do anything about that failed test (and only on Mac). Does it matter?

@vstinner vstinner merged commit 96bba04 into python:3.7

Jul 23, 2018

@miss-islington miss-islington deleted the backport-caa331d-3.7 branch

July 23, 2018 13:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@vstinner vstinner vstinner approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @mcepl @vstinner @the-knights-who-say-ni @bedevere-bot