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
d16b5abc
Kaydet (Commit)
d16b5abc
authored
Ara 13, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Markup consistency nits that Guido didn't check. ;-)
üst
5f7a28cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
libimaplib.tex
Doc/lib/libimaplib.tex
+6
-6
No files found.
Doc/lib/libimaplib.tex
Dosyayı görüntüle @
d16b5abc
...
...
@@ -91,11 +91,11 @@ All IMAP4rev1 commands are represented by methods of the same name,
either upper-case or lower-case.
All arguments to commands are converted to strings, except for
AUTHENTICATE, and the last argument to APPEND which is passed a
s
an IMAP4 literal. If necessary (the string contains
IMAP4 protocol-sensitive characters and isn't enclosed with either parentheses o
r
double quotes) each string is quoted. However, the
\var
{
password
}
argument to the LOGIN
command is always quoted.
\samp
{
AUTHENTICATE
}
, and the last argument to
\samp
{
APPEND
}
which i
s
passed as an IMAP4 literal. If necessary (the string contains IMAP4
protocol-sensitive characters and isn't enclosed with eithe
r
parentheses or double quotes) each string is quoted. However, the
\var
{
password
}
argument to the
\samp
{
LOGIN
}
command is always quoted.
Each command returns a tuple:
\code
{
(
\var
{
type
}
, [
\var
{
data
}
,
...])
}
where
\var
{
type
}
is usually
\code
{
'OK'
}
or
\code
{
'NO'
}
,
...
...
@@ -172,7 +172,7 @@ An \class{IMAP4} instance has the following methods:
\end{methoddesc}
\begin{methoddesc}
{
noop
}{}
Send
NOOP
to server.
Send
\samp
{
NOOP
}
to server.
\end{methoddesc}
\begin{methoddesc}
{
open
}{
host, port
}
...
...
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