Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cfcafc

Browse files
committed
add versionadded to doc
1 parent 0b624f6 commit 1cfcafc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/lib/libimaplib.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,13 @@ \subsection{IMAP4 Objects \label{imap4-objects}}
177177
\begin{methoddesc}{getquota}{root}
178178
Get the \samp{quota} \var{root}'s resource usage and limits.
179179
This method is part of the IMAP4 QUOTA extension defined in rfc2087.
180+
\versionadded{2.3}
180181
\end{methoddesc}
181182

182183
\begin{methoddesc}{getquotaroot}{mailbox}
183184
Get the list of \samp{quota} \samp{roots} for the named \var{mailbox}.
184185
This method is part of the IMAP4 QUOTA extension defined in rfc2087.
186+
\versionadded{2.3}
185187
\end{methoddesc}
186188

187189
\begin{methoddesc}{list}{\optional{directory\optional{, pattern}}}
@@ -286,6 +288,7 @@ \subsection{IMAP4 Objects \label{imap4-objects}}
286288
\begin{methoddesc}{setquota}{root, limits}
287289
Set the \samp{quota} \var{root}'s resource \var{limits}.
288290
This method is part of the IMAP4 QUOTA extension defined in rfc2087.
291+
\versionadded{2.3}
289292
\end{methoddesc}
290293

291294
\begin{methoddesc}{shutdown}{}

0 commit comments

Comments
 (0)