summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-02 15:32:00 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-02 15:32:00 (GMT)
commite149798c7fa878bb8b81f7fcb6d9f1080dee60d2 (patch)
tree5641ca14cbe44205b0520daabc44a1e2ecc3e6df
parentb4a2df0c8dce4e354e72ad2ad37c98adb1c9fc85 (diff)
downloadcpython-e149798c7fa878bb8b81f7fcb6d9f1080dee60d2.zip
cpython-e149798c7fa878bb8b81f7fcb6d9f1080dee60d2.tar.gz
cpython-e149798c7fa878bb8b81f7fcb6d9f1080dee60d2.tar.bz2
Add some version info for new methods and class
-rw-r--r--Doc/lib/libimaplib.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libimaplib.tex b/Doc/lib/libimaplib.tex
index 1edbff7..dba9692 100644
--- a/Doc/lib/libimaplib.tex
+++ b/Doc/lib/libimaplib.tex
@@ -68,6 +68,7 @@ The second subclass allows for connections created by a child process:
\begin{classdesc}{IMAP4_stream}{command}
This is a subclass derived from \class{IMAP4} that connects
to the \code{stdin/stdout} file descriptors created by passing \var{command} to \code{os.popen2()}.
+\versionadded{2.3}
\end{classdesc}
The following utility functions are defined:
@@ -213,6 +214,7 @@ An \class{IMAP4} instance has the following methods:
\begin{methoddesc}{login_cram_md5}{user, password}
Force use of \samp{CRAM-MD5} authentication when identifying the client to protect the password.
Will only work if the server \samp{CAPABILITY} response includes the phrase \samp{AUTH=CRAM-MD5}.
+\versionadded{2.3}
\end{methoddesc}
\begin{methoddesc}{logout}{}
@@ -245,6 +247,7 @@ An \class{IMAP4} instance has the following methods:
\begin{methoddesc}{proxyauth}{user}
Assume authentication as \var{user}.
Allows an authorised administrator to proxy into any user's mailbox.
+\versionadded{2.3}
\end{methoddesc}
\begin{methoddesc}{read}{size}