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
e2effbd3
Kaydet (Commit)
e2effbd3
authored
Nis 22, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix minor (English) usage nits.
üst
bcd5454d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
libpoplib.tex
Doc/lib/libpoplib.tex
+6
-10
No files found.
Doc/lib/libpoplib.tex
Dosyayı görüntüle @
e2effbd3
...
...
@@ -4,9 +4,9 @@
%the imaplib ``chapter''.
\section
{
\module
{
poplib
}
---
POP3 protocol client.
}
\declaremodule
{
standard
}{
poplib
}
POP3 protocol client
}
\declaremodule
{
standard
}{
poplib
}
\modulesynopsis
{
POP3 protocol client (requires sockets).
}
\indexii
{
POP3
}{
protocol
}
...
...
@@ -24,7 +24,7 @@ created when the instance is initialized.
If
\var
{
port
}
is omitted, the standard POP3 port (110) is used.
\end{classdesc}
One exception is defined as a
ttributes
of the
\module
{
poplib
}
module:
One exception is defined as a
n attribute
of the
\module
{
poplib
}
module:
\begin{excdesc}
{
error
_
proto
}
Exception raised on any errors. The reason for the exception is
...
...
@@ -32,13 +32,10 @@ passed to the constructor as a string.
\end{excdesc}
\subsection
{
POP3 Objects
}
\label
{
pop3-objects
}
\subsection
{
POP3 Objects
\label
{
pop3-objects
}}
All POP3 commands are represented by methods of the same name,
in lower-case.
Most commands return the response text sent by the server.
in lower-case; most return the response text sent by the server.
An
\class
{
POP3
}
instance has the following methods:
...
...
@@ -112,8 +109,7 @@ message, otherwise result is list \code{['response',
\end{methoddesc}
\subsection
{
POP3 Example
}
\label
{
pop3-example
}
\subsection
{
POP3 Example
\label
{
pop3-example
}}
Here is a minimal example (without error checking) that opens a
mailbox and retrieves and prints all messages:
...
...
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