Skip to content

Conversation

@mcepl
Copy link
Contributor

@mcepl mcepl commented Jul 21, 2018

When running

    box = IMAP4_SSL(host)
    box.login(user, passw)
    msgs = somehowget_uids_of_messsages_to_move()
    box.uid('MOVE', msgs, 'target')

I get an error "Unknown IMAP4 UID command: MOVE". The problem is that imaplib contains a list Commands of the permitted IMAP commands, and MOVE is not included, even though it is perfectly legal (and quite widely supported) command according to RFC-6851.

@vstinner , @warsaw

https://bugs.python.org/issue33336

@vstinner
Copy link
Member

I close this PR. I prefer to use miss-inlgton bot to generate backports PR to get "(cherry picked from commit XXX)" in the commit message.

@vstinner vstinner closed this Jul 23, 2018
@mcepl mcepl deleted the 33336_legalize_move_command_py37 branch July 23, 2018 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants