summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-07-27 05:07:19 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-07-27 05:07:19 (GMT)
commit7b9190b8fc416f97c17ca6461dd73967813516c7 (patch)
tree69c189a91c6dd0255faedba4392fc9a331f01736 /Doc/lib
parent5785a1391ed9ad444bfb5b00847416452a593d1b (diff)
downloadcpython-7b9190b8fc416f97c17ca6461dd73967813516c7.zip
cpython-7b9190b8fc416f97c17ca6461dd73967813516c7.tar.gz
cpython-7b9190b8fc416f97c17ca6461dd73967813516c7.tar.bz2
Patch #998149: imaplib deleteacl and myrights.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libimaplib.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libimaplib.tex b/Doc/lib/libimaplib.tex
index 67da9ae..5717026 100644
--- a/Doc/lib/libimaplib.tex
+++ b/Doc/lib/libimaplib.tex
@@ -182,6 +182,10 @@ data = authobject(response)
Delete old mailbox named \var{mailbox}.
\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
\samp{EXPUNGE} response for each deleted message. Returned data
@@ -242,6 +246,10 @@ data = authobject(response)
Returned data are tuples of message part envelope and data.
\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.
\versionadded{2.3}