Kaydet (Commit) 05110aae authored tarafından Neal Norwitz's avatar Neal Norwitz

Add versionadded note for new methods

üst 082b2df3
...@@ -225,6 +225,7 @@ data = authobject(response) ...@@ -225,6 +225,7 @@ data = authobject(response)
\begin{methoddesc}{getannotation}{mailbox, entry, attribute} \begin{methoddesc}{getannotation}{mailbox, entry, attribute}
Retrieve the specified \samp{ANNOTATION}s for \var{mailbox}. Retrieve the specified \samp{ANNOTATION}s for \var{mailbox}.
The method is non-standard, but is supported by the \samp{Cyrus} server. The method is non-standard, but is supported by the \samp{Cyrus} server.
\versionadded{2.5}
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{getquota}{root} \begin{methoddesc}{getquota}{root}
...@@ -364,6 +365,7 @@ typ, msgnums = M.search(None, '(FROM "LDJ")') ...@@ -364,6 +365,7 @@ typ, msgnums = M.search(None, '(FROM "LDJ")')
\begin{methoddesc}{setannotation}{mailbox, entry, attribute\optional{, ...}} \begin{methoddesc}{setannotation}{mailbox, entry, attribute\optional{, ...}}
Set \samp{ANNOTATION}s for \var{mailbox}. Set \samp{ANNOTATION}s for \var{mailbox}.
The method is non-standard, but is supported by the \samp{Cyrus} server. The method is non-standard, but is supported by the \samp{Cyrus} server.
\versionadded{2.5}
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{setquota}{root, limits} \begin{methoddesc}{setquota}{root, limits}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment