Issue 798297: imaplib : Add support for the THREAD command (original) (raw)

Issue798297

Created on 2003-08-31 22:36 by dionney, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
imaplib-thread.patch dionney,2003-08-31 22:36 Patch to add THREAD command support to imaplib
python2.3-imap-thread.patch dionney,2003-09-01 17:21 New patch including libimaplib.tex, against 2.3
Messages (4)
msg44557 - (view) Author: Yves Dionne (dionney) Date: 2003-08-31 22:36
This patch add support for the THREAD IMAP command to the imaplib module. It basicly is a copy of the sort() procedure :) The THREAD command is still not a IETF RFC, but many IMAP server implement it.
msg44558 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-01 07:05
Logged In: YES user_id=21627 Can you please include a patch to Doc/lib/libimaplib.tex as well?
msg44559 - (view) Author: Yves Dionne (dionney) Date: 2003-09-01 17:21
Logged In: YES user_id=11733 I've made a new patch that include mods to Doc/lib/libimaplib.tex, as requested. Also, the new patch was made against Python 2.3; the old one was against 2.2.3.
msg44560 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-11-10 06:45
Logged In: YES user_id=21627 Thanks for the patch. Committed as libimaplib.tex 1.25 imaplib.py 1.65 ACKS 1.254 NEWS 1.889 As this is a new feature, it cannot be added to 2.3.
History
Date User Action Args
2022-04-10 16:10:57 admin set github: 39163
2003-08-31 22:36:37 dionney create