| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -6/+6 |
|
|
* | SMTP.connect(): If the socket.connect() raises a socket.error, be sure | Barry Warsaw | 2000-11-08 | 1 | -1/+5 |
|
|
* | Applied patch #101350, closing it. | Barry Warsaw | 2000-09-01 | 1 | -1/+3 |
|
|
* | Use socket.getfqdn() instead of defining make_fqdn(). | Fred Drake | 2000-08-16 | 1 | -27/+2 |
|
|
* | Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the | Thomas Wouters | 2000-08-15 | 1 | -13/+27 |
|
|
* | add better algorithm to get fully qualified domain name for localhost | Peter Schneider-Kamp | 2000-08-10 | 1 | -17/+21 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -2/+2 |
|
|
* | Use TQSQ (triple quoted single quote) module docstring for better | Barry Warsaw | 2000-07-09 | 1 | -2/+2 |
|
|
* | Fredrik Lundh: | Guido van Rossum | 2000-03-28 | 1 | -1/+1 |
|
|
* | Simple changes by Gerrit Holl - move author acknowledgements out of | Guido van Rossum | 2000-02-28 | 1 | -8/+8 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -2/+2 |
|
|
* | A bunch of docstring fixes. | Barry Warsaw | 1999-11-28 | 1 | -23/+22 |
|
|
* | In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just | Guido van Rossum | 1999-10-22 | 1 | -2/+10 |
|
|
* | Patch by Per Cederqvist: | Guido van Rossum | 1999-06-09 | 1 | -3/+6 |
|
|
* | Patch by Per Cederqvist, seemingly approved by The Dragon: | Guido van Rossum | 1999-04-21 | 1 | -3/+6 |
|
|
* | Changes by Per Cederquist and The Dragon. | Guido van Rossum | 1999-04-07 | 1 | -49/+118 |
|
|
* | Patch by Per Cederqvist, who writes: | Guido van Rossum | 1999-03-29 | 1 | -6/+15 |
|
|
* | Patch by Piers Lauder: make exceptions classes. | Guido van Rossum | 1999-01-15 | 1 | -14/+13 |
|
|
* | In rcpt(), avoid a space after the TO: address when the option list is | Guido van Rossum | 1999-01-14 | 1 | -2/+2 |
|
|
* | Small, and final docstring merge with Dragon's version. | Barry Warsaw | 1998-12-22 | 1 | -1/+5 |
|
|
* | A few other docstring fixes, most importantly to be a little nicer to | Barry Warsaw | 1998-12-22 | 1 | -54/+59 |
|
|
* | Nothing earthshattering, just some fixes to typos and other formatting | Barry Warsaw | 1998-12-22 | 1 | -50/+53 |
|
|
* | Change interface to sendmail: if the destination address is a string | Jeremy Hylton | 1998-08-13 | 1 | -1/+6 |
|
|
* | Untabified and deleted trailing blank lines. | Guido van Rossum | 1998-08-10 | 1 | -9/+7 |
|
|
* | Latest version by The Dragon, who writes: | Guido van Rossum | 1998-08-04 | 1 | -66/+120 |
|
|
* | Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) | Guido van Rossum | 1998-07-13 | 1 | -15/+37 |
|
|
* | Eric Raymond added support for ESMTP protocol and corrected some typos | Guido van Rossum | 1998-06-25 | 1 | -33/+113 |
|
|
* | Add optional argument to help(). | Guido van Rossum | 1998-04-03 | 1 | -2/+2 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -71/+71 |
|
|
* | Sez The Dragon: | Guido van Rossum | 1998-01-29 | 1 | -24/+25 |
|
|
* | SMTP client by The Dragon De Monsyne <dragondm@integral.org>. | Guido van Rossum | 1998-01-29 | 1 | -0/+278 |
|
|