[Python-checkins] python/dist/src/Doc/lib libimaplib.tex,1.26,1.27

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jul 27 07:07:20 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10583/Doc/lib

Modified Files:
	libimaplib.tex 
Log Message:
Patch #998149: imaplib deleteacl and myrights.


Index: libimaplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libimaplib.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** libimaplib.tex	20 May 2004 12:12:58 -0000	1.26
--- libimaplib.tex	27 Jul 2004 05:07:18 -0000	1.27
***************
*** 183,186 ****
--- 183,190 ----
  \end{methoddesc}
  
+ \begin{methoddesc}{deleteacl}{mailbox, who}
+   Delete the ACLs (remove any rights) set for who on mailbox.
+ \end{methoddesc}
+ 
  \begin{methoddesc}{expunge}{}
    Permanently remove deleted items from selected mailbox. Generates an
***************
*** 243,246 ****
--- 247,254 ----
  \end{methoddesc}
  
+ \begin{methoddes}{myrights}{mailbox}
+   Show my ACLs for a mailbox (i.e. the rights that I have on mailbox).
+ \end{methoddesc}
+ 
  \begin{methoddesc}{namespace}{}
    Returns IMAP namespaces as defined in RFC2342.



More information about the Python-checkins mailing list