summaryrefslogtreecommitdiffstats
path: root/Lib/smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* Change interface to sendmail: if the destination address is a stringJeremy Hylton1998-08-131-1/+6
* Untabified and deleted trailing blank lines.Guido van Rossum1998-08-101-9/+7
* Latest version by The Dragon, who writes:Guido van Rossum1998-08-041-66/+120
* Better RFC 821 compliance (MAIL and RCPT, and CRLF in data)Guido van Rossum1998-07-131-15/+37
* Eric Raymond added support for ESMTP protocol and corrected some typosGuido van Rossum1998-06-251-33/+113
* Add optional argument to help().Guido van Rossum1998-04-031-2/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-71/+71
* Sez The Dragon:Guido van Rossum1998-01-291-24/+25
* SMTP client by The Dragon De Monsyne <dragondm@integral.org>.Guido van Rossum1998-01-291-0/+278