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 deleteacl and myrights
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: arnaudmz, loewis
Priority: normal Keywords: patch

Created on 2004-07-26 16:54 by arnaudmz, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python-2.3.4-imaplib-deleteacl-myrigths.patch arnaudmz, 2004-07-26 16:54 diff -Nru Python-2.3.4.ori/Lib/imaplib.py Python-2.3.4/Lib/imaplib.py > Python-2.3.4.imaphdeleteacl-myrigths.patch
Messages (2)
msg46469 - (view) Author: Arnaud MAZIN (arnaudmz) Date: 2004-07-26 16:54
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
msg46470 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-07-27 05:08
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
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40647
2004-07-26 16:54:34arnaudmzcreate