this small patch against Python-2.3.4 adds two IMAP commands : - deleteacl which allows the cleaning of ACL set by setacl over an IMAP folder - myrights which lists the right that le logged in user has over a folder (which is different from getacl command) Those two features have been tested with SunONE Messaging Server 6.0 and python client 2.3.4 uder linux x86 and Solaris 9 ultrasparc diff -Nru Python-2.3.4.ori/Lib/imaplib.py Python-2.Lib/imaplib.py > Python-2.3.4-imaplib-deleteacl-myrigths.patch
Logged In: YES user_id=21627 Thanks for the patch. As a new feature, it is unsuitable for 2.3, so I have applied it for 2.4 only: libimaplib.tex 1.27 imaplib.py 1.71 ACKS 1.274 NEWS 1.1055