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

Skip to content

Commit e149798

Browse files
committed
Add some version info for new methods and class
1 parent b4a2df0 commit e149798

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
@@ -68,6 +68,7 @@ \section{\module{imaplib} ---
6868
\begin{classdesc}{IMAP4_stream}{command}
6969
This is a subclass derived from \class{IMAP4} that connects
7070
to the \code{stdin/stdout} file descriptors created by passing \var{command} to \code{os.popen2()}.
71+
\versionadded{2.3}
7172
\end{classdesc}
7273

7374
The following utility functions are defined:
@@ -213,6 +214,7 @@ \subsection{IMAP4 Objects \label{imap4-objects}}
213214
\begin{methoddesc}{login_cram_md5}{user, password}
214215
Force use of \samp{CRAM-MD5} authentication when identifying the client to protect the password.
215216
Will only work if the server \samp{CAPABILITY} response includes the phrase \samp{AUTH=CRAM-MD5}.
217+
\versionadded{2.3}
216218
\end{methoddesc}
217219

218220
\begin{methoddesc}{logout}{}
@@ -245,6 +247,7 @@ \subsection{IMAP4 Objects \label{imap4-objects}}
245247
\begin{methoddesc}{proxyauth}{user}
246248
Assume authentication as \var{user}.
247249
Allows an authorised administrator to proxy into any user's mailbox.
250+
\versionadded{2.3}
248251
\end{methoddesc}
249252

250253
\begin{methoddesc}{read}{size}

0 commit comments

Comments
 (0)