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
19b6f60f
Kaydet (Commit)
19b6f60f
authored
Ock 08, 2003
tarafından
Greg Ward
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
There's no such method as has_option() -- should be has_extn().
üst
d4fee287
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libsmtplib.tex
Doc/lib/libsmtplib.tex
+2
-2
No files found.
Doc/lib/libsmtplib.tex
Dosyayı görüntüle @
19b6f60f
...
...
@@ -138,9 +138,9 @@ when necessary.
Identify yourself to an ESMTP server using
\samp
{
EHLO
}
. The hostname
argument defaults to the fully qualified domain name of the local
host. Examine the response for ESMTP option and store them for use by
\method
{
has
_
optio
n()
}
.
\method
{
has
_
ext
n()
}
.
Unless you wish to use
\method
{
has
_
optio
n()
}
before sending
Unless you wish to use
\method
{
has
_
ext
n()
}
before sending
mail, it should not be necessary to call this method explicitly. It
will be implicitly called by
\method
{
sendmail()
}
when necessary.
\end{methoddesc}
...
...
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