[Patches] [ python-Patches-798297 ] imaplib : Add support for the THREAD command

SourceForge.net noreply at sourceforge.net
Mon Nov 10 01:45:39 EST 2003


Patches item #798297, was opened at 2003-09-01 00:36
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=798297&group_id=5470

Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Yves Dionne (dionney)
Assigned to: Nobody/Anonymous (nobody)
Summary: imaplib : Add support for the THREAD command

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-11-10 07:45

Message:
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.

----------------------------------------------------------------------

Comment By: Yves Dionne (dionney)
Date: 2003-09-01 19:21

Message:
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.



----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2003-09-01 09:05

Message:
Logged In: YES 
user_id=21627

Can you please include a patch to Doc/lib/libimaplib.tex as
well?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=798297&group_id=5470



More information about the Patches mailing list