From: Fred Drake Date: Thu, 9 Apr 1998 18:54:01 +0000 (+0000) Subject: Added smtplib.py (thanks, Guido!). X-Git-Tag: v1.5.1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=007bac3b0b69fe3ff17adeeb0cfbe6a1eda8b886;p=python Added smtplib.py (thanks, Guido!). --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 0db5e8c540..b63574db54 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -47,6 +47,9 @@ Fredrik Lundh is working on this one! \item[poplib.py] --- Post Office Protocol client by Dave Ascher. + +\item[smtplib.py] +--- Simple Mail Transfer Protocol (SMTP) client code. \end{description} diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 0db5e8c540..b63574db54 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -47,6 +47,9 @@ Fredrik Lundh is working on this one! \item[poplib.py] --- Post Office Protocol client by Dave Ascher. + +\item[smtplib.py] +--- Simple Mail Transfer Protocol (SMTP) client code. \end{description}