summaryrefslogtreecommitdiffstats
path: root/Lib/smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* Use TQSQ (triple quoted single quote) module docstring for betterBarry Warsaw2000-07-091-2/+2
* Fredrik Lundh:Guido van Rossum2000-03-281-1/+1
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-281-8/+8
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-2/+2
* A bunch of docstring fixes.Barry Warsaw1999-11-281-23/+22
* In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- justGuido van Rossum1999-10-221-2/+10
* Patch by Per Cederqvist:Guido van Rossum1999-06-091-3/+6
* Patch by Per Cederqvist, seemingly approved by The Dragon:Guido van Rossum1999-04-211-3/+6
* Changes by Per Cederquist and The Dragon.Guido van Rossum1999-04-071-49/+118
* Patch by Per Cederqvist, who writes:Guido van Rossum1999-03-291-6/+15
* Patch by Piers Lauder: make exceptions classes.Guido van Rossum1999-01-151-14/+13
* In rcpt(), avoid a space after the TO: address when the option list isGuido van Rossum1999-01-141-2/+2
* Small, and final docstring merge with Dragon's version.Barry Warsaw1998-12-221-1/+5
* A few other docstring fixes, most importantly to be a little nicer toBarry Warsaw1998-12-221-54/+59
* Nothing earthshattering, just some fixes to typos and other formattingBarry Warsaw1998-12-221-50/+53
* 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