[issue33327] Add a method to move messages to IMAPlib

2021-09-19 Thread Matej Cepl
Matej Cepl added the comment: > Hans-Peter Jansen (frispete) > > imaplib.error: UID command error: BAD [b'Unrecognized UID subcommand'] You missed the fix for https://bugs.python.org/issue6 -- ___ Python tracker

[issue33327] Add a method to move messages to IMAPlib

2020-07-03 Thread Matej Cepl
Matej Cepl added the comment: Sorry, UIDPLUS capability. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33327] Add a method to move messages to IMAPlib

2020-07-03 Thread Matej Cepl
Matej Cepl added the comment: 1. no this has not been included anywhere, just in the unfinished PR on GitHub 2. only thing which I was fighting to get into Python (and I did) was https://bugs.python.org/issue6 but that’s another issue (without this whole discussion here would not be even p

[issue33327] Add a method to move messages to IMAPlib

2020-07-03 Thread Hans-Peter Jansen
Hans-Peter Jansen added the comment: If I'm not mistaken, this is applied to the openSUSE TW version of Python. For some reason, this seems to not play well with .uid('move',...) on a cyrus imap server (v2.4.19). Is that to be expected? ``` 2020-07-03 18:04:05 INFO: [imap_reorg] move b'10399

[issue33327] Add a method to move messages to IMAPlib

2020-03-19 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue33327] Add a method to move messages to IMAPlib

2020-03-19 Thread Matej Cepl
Change by Matej Cepl : -- keywords: +patch pull_requests: +18427 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/19072 ___ Python tracker __

[issue33327] Add a method to move messages to IMAPlib

2018-07-19 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-6: [imaplib] MOVE is a legal command. -- nosy: +vstinner ___ Python tracker ___

[issue33327] Add a method to move messages to IMAPlib

2018-04-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- stage: -> test needed versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ __

[issue33327] Add a method to move messages to IMAPlib

2018-04-21 Thread Matej Cepl
New submission from Matej Cepl : I am in the process of writing script working with IMAP first time using Python 3 for it (unfortunately, most of servers where I run other code is so ancient that even Python 2.7 is a stretch), and it is really nice experience so far. Many problems which are de