Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
e149798c
Kaydet (Commit)
e149798c
authored
Ock 02, 2003
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add some version info for new methods and class
üst
b4a2df0c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
libimaplib.tex
Doc/lib/libimaplib.tex
+3
-0
No files found.
Doc/lib/libimaplib.tex
Dosyayı görüntüle @
e149798c
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment