| Commit message (Expand) | Author | Age | Files | Lines |
| * | Now that we require Python 2.0, we're fine getting rid of these copies. | bwarsaw | 2000-12-26 | 1 | -550/+0 |
| * | connect(): Wrap the sock.connect() in a try/except so that if the | bwarsaw | 2000-10-31 | 1 | -1/+5 |
| * | send(): Apply patch from Python 2.0b1 which fixes the problem with | bwarsaw | 2000-09-11 | 1 | -1/+3 |
| * | Minimal update to Python's smtplib to fully qualify default host | bwarsaw | 2000-08-23 | 1 | -19/+23 |
| * | intermediate | bwarsaw | 2000-07-06 | 1 | -9/+9 |
| * | A bunch of docstring fixes. | bwarsaw | 1999-11-28 | 1 | -23/+22 |
| * | In helo() and ehlo(), Don't fail when gethostbyaddr() fails -- just | guido | 1999-10-22 | 1 | -2/+10 |
| * | Patch by Per Cederqvist: | guido | 1999-06-09 | 1 | -3/+6 |
| * | Patch by Per Cederqvist, seemingly approved by The Dragon: | guido | 1999-04-21 | 1 | -3/+6 |
| * | Changes by Per Cederquist and The Dragon. | guido | 1999-04-07 | 1 | -49/+118 |
| * | Patch by Per Cederqvist, who writes: | guido | 1999-03-29 | 1 | -6/+15 |
| * | Patch by Piers Lauder: make exceptions classes. | guido | 1999-01-15 | 1 | -14/+13 |
| * | In rcpt(), avoid a space after the TO: address when the option list is | guido | 1999-01-14 | 1 | -2/+2 |
| * | Small, and final docstring merge with Dragon's version. | bwarsaw | 1998-12-22 | 1 | -1/+5 |
| * | A few other docstring fixes, most importantly to be a little nicer to | bwarsaw | 1998-12-22 | 1 | -54/+59 |
| * | Nothing earthshattering, just some fixes to typos and other formatting | bwarsaw | 1998-12-22 | 1 | -49/+52 |
| * | Change interface to sendmail: if the destination address is a string | jhylton | 1998-08-13 | 1 | -1/+6 |
| * | Untabified and deleted trailing blank lines. | guido | 1998-08-10 | 1 | -9/+7 |
| * | Latest version by The Dragon, who writes: | guido | 1998-08-04 | 1 | -66/+120 |
| * | Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) | guido | 1998-07-13 | 1 | -15/+37 |
| * | Eric Raymond added support for ESMTP protocol and corrected some typos | guido | 1998-06-25 | 1 | -33/+113 |
| * | Add optional argument to help(). | guido | 1998-04-03 | 1 | -2/+2 |
| * | Mass check-in after untabifying all files that need it. | guido | 1998-03-26 | 1 | -71/+71 |
| * | Sez The Dragon: | guido | 1998-01-29 | 1 | -24/+25 |
| * | SMTP client by The Dragon De Monsyne <dragondm@integral.org>. | guido | 1998-01-29 | 1 | -0/+278 |