summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libimaplib.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libimaplib.tex b/Doc/lib/libimaplib.tex
index 5717026..7c2fa45 100644
--- a/Doc/lib/libimaplib.tex
+++ b/Doc/lib/libimaplib.tex
@@ -184,6 +184,7 @@ data = authobject(response)
\begin{methoddesc}{deleteacl}{mailbox, who}
Delete the ACLs (remove any rights) set for who on mailbox.
+\versionadded{2.4}
\end{methoddesc}
\begin{methoddesc}{expunge}{}
@@ -248,6 +249,7 @@ data = authobject(response)
\begin{methoddes}{myrights}{mailbox}
Show my ACLs for a mailbox (i.e. the rights that I have on mailbox).
+\versionadded{2.4}
\end{methoddesc}
\begin{methoddesc}{namespace}{}