File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ \section{\module{imaplib} ---
6868\begin {classdesc }{IMAP4_stream}{command}
6969This is a subclass derived from \class {IMAP4} that connects
7070to the \code {stdin/stdout} file descriptors created by passing \var {command} to \code {os.popen2()}.
71+ \versionadded {2.3}
7172\end {classdesc }
7273
7374The 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}
You can’t perform that action at this time.
0 commit comments