From 05110aaef59d0a0fde24bd5f12d792bf1b42b60f Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 7 Feb 2006 07:23:26 +0000 Subject: Add versionadded note for new methods --- Doc/lib/libimaplib.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/libimaplib.tex b/Doc/lib/libimaplib.tex index 6f09551..7658bc9 100644 --- a/Doc/lib/libimaplib.tex +++ b/Doc/lib/libimaplib.tex @@ -225,6 +225,7 @@ data = authobject(response) \begin{methoddesc}{getannotation}{mailbox, entry, attribute} Retrieve the specified \samp{ANNOTATION}s for \var{mailbox}. The method is non-standard, but is supported by the \samp{Cyrus} server. +\versionadded{2.5} \end{methoddesc} \begin{methoddesc}{getquota}{root} @@ -364,6 +365,7 @@ typ, msgnums = M.search(None, '(FROM "LDJ")') \begin{methoddesc}{setannotation}{mailbox, entry, attribute\optional{, ...}} Set \samp{ANNOTATION}s for \var{mailbox}. The method is non-standard, but is supported by the \samp{Cyrus} server. +\versionadded{2.5} \end{methoddesc} \begin{methoddesc}{setquota}{root, limits} -- cgit v0.12