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
e5cf53ad
Kaydet (Commit)
e5cf53ad
authored
Nis 11, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Formatting nits.
An index entry.
üst
eb4ed15b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
12 deletions
+22
-12
libimaplib.tex
Doc/lib/libimaplib.tex
+11
-6
libimaplib.tex
Doc/libimaplib.tex
+11
-6
No files found.
Doc/lib/libimaplib.tex
Dosyayı görüntüle @
e5cf53ad
...
...
@@ -6,6 +6,7 @@
\section
{
Standard Module
\module
{
imaplib
}}
\stmodindex
{
imaplib
}
\label
{
module-imaplib
}
\indexii
{
IMAP4
}{
protocol
}
This module defines a class,
\class
{
IMAP4
}
, which encapsulates a
connection to an IMAP4 server and implements the IMAP4rev1 client
...
...
@@ -117,9 +118,11 @@ An \class{IMAP4} instance has the following methods:
envelope and data.
\end{methoddesc}
\begin{methoddesc}
{
list
}{
directory='""', pattern='*'
}
List mailbox names in directory matching pattern. Returned data contains a
list of
\samp
{
LIST
}
responses.
\begin{methoddesc}
{
list
}{
\optional
{
directory
\optional
{
, pattern
}}}
List mailbox names in
\var
{
directory
}
matching
\var
{
pattern
}
.
\var
{
directory
}
defaults to the top-level mail
folder, and
\var
{
pattern
}
defaults to match anything. Returned data
contains a list of
\samp
{
LIST
}
responses.
\end{methoddesc}
\begin{methoddesc}
{
login
}{
user, password
}
...
...
@@ -130,9 +133,11 @@ An \class{IMAP4} instance has the following methods:
Shutdown connection to server. Returns server
\samp
{
BYE
}
response.
\end{methoddesc}
\begin{methoddesc}
{
lsub
}{
directory='""', pattern='*'
}
List subscribed mailbox names in directory matching
pattern. Returned data are tuples of message part envelope and data.
\begin{methoddesc}
{
lsub
}{
\optional
{
directory
\optional
{
, pattern
}}}
List subscribed mailbox names in directory matching pattern.
\var
{
directory
}
defaults to the top level directory and
\var
{
pattern
}
defaults to match any mailbox.
Returned data are tuples of message part envelope and data.
\end{methoddesc}
\begin{methoddesc}
{
recent
}{}
...
...
Doc/libimaplib.tex
Dosyayı görüntüle @
e5cf53ad
...
...
@@ -6,6 +6,7 @@
\section
{
Standard Module
\module
{
imaplib
}}
\stmodindex
{
imaplib
}
\label
{
module-imaplib
}
\indexii
{
IMAP4
}{
protocol
}
This module defines a class,
\class
{
IMAP4
}
, which encapsulates a
connection to an IMAP4 server and implements the IMAP4rev1 client
...
...
@@ -117,9 +118,11 @@ An \class{IMAP4} instance has the following methods:
envelope and data.
\end{methoddesc}
\begin{methoddesc}
{
list
}{
directory='""', pattern='*'
}
List mailbox names in directory matching pattern. Returned data contains a
list of
\samp
{
LIST
}
responses.
\begin{methoddesc}
{
list
}{
\optional
{
directory
\optional
{
, pattern
}}}
List mailbox names in
\var
{
directory
}
matching
\var
{
pattern
}
.
\var
{
directory
}
defaults to the top-level mail
folder, and
\var
{
pattern
}
defaults to match anything. Returned data
contains a list of
\samp
{
LIST
}
responses.
\end{methoddesc}
\begin{methoddesc}
{
login
}{
user, password
}
...
...
@@ -130,9 +133,11 @@ An \class{IMAP4} instance has the following methods:
Shutdown connection to server. Returns server
\samp
{
BYE
}
response.
\end{methoddesc}
\begin{methoddesc}
{
lsub
}{
directory='""', pattern='*'
}
List subscribed mailbox names in directory matching
pattern. Returned data are tuples of message part envelope and data.
\begin{methoddesc}
{
lsub
}{
\optional
{
directory
\optional
{
, pattern
}}}
List subscribed mailbox names in directory matching pattern.
\var
{
directory
}
defaults to the top level directory and
\var
{
pattern
}
defaults to match any mailbox.
Returned data are tuples of message part envelope and data.
\end{methoddesc}
\begin{methoddesc}
{
recent
}{}
...
...
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