This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: imaplib : Add support for the THREAD command
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: dionney, loewis
Priority: normal Keywords: patch

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:57adminsetgithub: 39163
2003-08-31 22:36:37dionneycreate