[Patches] [ python-Patches-998149 ] imaplib deleteacl and myrights

SourceForge.net noreply at sourceforge.net
Tue Jul 27 07:08:04 CEST 2004


Patches item #998149, was opened at 2004-07-26 18:54
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=998149&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Arnaud MAZIN (arnaudmz)
Assigned to: Nobody/Anonymous (nobody)
Summary: imaplib deleteacl and myrights

Initial Comment:
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.3.4/Lib/imaplib.py >
Python-2.3.4-imaplib-deleteacl-myrigths.patch

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

>Comment By: Martin v. Löwis (loewis)
Date: 2004-07-27 07:08

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


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

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


More information about the Patches mailing list