[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: Anthony Singleton: "Fuck you" What does justify this verbal violence? -- ___ Python tracker ___

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: Matěj Cepl: Thanks for your change. I applied it to 2.7, 3.6, 3.7 and master branches. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread miss-islington
miss-islington added the comment: New changeset 7868426c1fe562d2d70bbfd0bb3d0da82f909001 by Miss Islington (bot) in branch '2.7': bpo-6, imaplib: Legalize MOVE command (GH-6569) https://github.com/python/cpython/commit/7868426c1fe562d2d70bbfd0bb3d0da82f909001 --

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset 96bba049f4bd4d030a72326fd1a67586454f6e2c by Victor Stinner (Miss Islington (bot)) in branch '3.7': bpo-6, imaplib: Legalize MOVE command (GH-6569) (GH-8409) https://github.com/python/cpython/commit/96bba049f4bd4d030a72326fd1a67586454f6e2c

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread miss-islington
miss-islington added the comment: New changeset 112784984784199d54176132edc38ce8c9b007c1 by Miss Islington (bot) in branch '3.6': bpo-6, imaplib: Legalize MOVE command (GH-6569) https://github.com/python/cpython/commit/112784984784199d54176132edc38ce8c9b007c1 -- nosy:

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7936 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7937 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: Matěj Cepl: There is a bot to backport changes to other branches. I closed your backport PRs. I prefer to polish the change for the master branch, and only backport later. For example, I modified the commit message of your PR. The bot also uses "git

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: I don't think that "git cherry-pick -x" can be used before a PR is merged, since the merge changes the SHA1 (using our current workflow). -- ___ Python tracker

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7935 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33336] [imaplib] MOVE is a legal command

2018-07-23 Thread STINNER Victor
STINNER Victor added the comment: New changeset caa331d492acc67d8f4edd16542cebfabbbe1e79 by Victor Stinner (Matěj Cepl) in branch 'master': bpo-6, imaplib: Legalize MOVE command (GH-6569) https://github.com/python/cpython/commit/caa331d492acc67d8f4edd16542cebfabbbe1e79 --

[issue33336] [imaplib] MOVE is a legal command

2018-07-21 Thread Matej Cepl
Change by Matej Cepl : -- pull_requests: +7916 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33336] [imaplib] MOVE is a legal command

2018-07-21 Thread Matej Cepl
Change by Matej Cepl : -- pull_requests: +7906 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33336] [imaplib] MOVE is a legal command

2018-07-21 Thread Matej Cepl
Change by Matej Cepl : -- pull_requests: +7904 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33336] [imaplib] MOVE is a legal command

2018-07-21 Thread Anthony Singleton
Anthony Singleton added the comment: Fuck you -- components: +Cross-Build, Extension Modules nosy: +Alex.Willmer, Anthony Singleton ___ Python tracker ___

[issue33336] [imaplib] MOVE is a legal command

2018-07-21 Thread Matej Cepl
Change by Matej Cepl : -- versions: +Python 2.7, Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33336] [imaplib] MOVE is a legal command

2018-07-19 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-33327: Add a method to move messages to IMAPlib. -- ___ Python tracker ___ ___

[issue33336] [imaplib] MOVE is a legal command

2018-07-19 Thread STINNER Victor
STINNER Victor added the comment: > Should we also add the MOVE command to Python 2.7, 3.6 and 3.7? The change > looks safe and trivial. IMHO it's ok to backport this change. The stdlib must follow evolutions of the IMAP protocol. It's a self contained and safe change, it's not a new Python

[issue33336] [imaplib] MOVE is a legal command

2018-06-04 Thread STINNER Victor
STINNER Victor added the comment: Should we also add the MOVE command to Python 2.7, 3.6 and 3.7? The change looks safe and trivial. -- ___ Python tracker ___

[issue33336] [imaplib] MOVE is a legal command

2018-06-04 Thread STINNER Victor
STINNER Victor added the comment: https://tools.ietf.org/html/rfc6851 Internet Message Access Protocol (IMAP) - MOVE Extension January 2013 -- nosy: +vstinner ___ Python tracker

[issue33336] [imaplib] MOVE is a legal command

2018-04-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- type: -> enhancement versions: -Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___

[issue33336] [imaplib] MOVE is a legal command

2018-04-22 Thread Matej Cepl
Change by Matej Cepl : -- keywords: +patch pull_requests: +6266 stage: -> patch review ___ Python tracker ___

[issue33336] [imaplib] MOVE is a legal command

2018-04-22 Thread Matej Cepl
New submission from Matej Cepl : When running box = IMAP4_SSL(host) box.login(user, pass) 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