Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Patch by Piers Lauder: make exceptions classes. | Guido van Rossum | 1999-01-15 | 1 | -14/+13 | |
| | | | | Take opportunity to add more explanatory messages to exceptions. | |||||
* | In rcpt(), avoid a space after the TO: address when the option list is | Guido van Rossum | 1999-01-14 | 1 | -2/+2 | |
| | | | | empty. Make sure there is a space when there are options. | |||||
* | 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 | |
| | | | | Emacs ;-) | |||||
* | Nothing earthshattering, just some fixes to typos and other formatting | Barry Warsaw | 1998-12-22 | 1 | -50/+53 | |
| | | | | bugs in various docstrings. | |||||
* | Change interface to sendmail: if the destination address is a string | Jeremy Hylton | 1998-08-13 | 1 | -1/+6 | |
| | | | | | | | instead of a list, turn it into a list containing that string. This avoids an apparently common newbie mistake -- passing in a single string for the destination and have it treated as a sequence of characters. | |||||
* | 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 | |
| | | | | | | | | I did some bugfixes, and fixed a major problem with the esmtp suport (I think the person who did that part misunderstood RFC1869) Some of the interface fer esmtp-related things has changed as a result. I also added some documentation to the SMTP class' docstring. | |||||
* | Better RFC 821 compliance (MAIL and RCPT, and CRLF in data) | Guido van Rossum | 1998-07-13 | 1 | -15/+37 | |
| | | | | by Carey Evans <c.evans@clear.net.nz>, for picky mail servers. | |||||
* | Eric Raymond added support for ESMTP protocol and corrected some typos | Guido van Rossum | 1998-06-25 | 1 | -33/+113 | |
| | | | | in comments and doc strings. | |||||
* | 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 | |
| | | | | | Ok, I fixed the quotes, along with a bug or two. Also added another exception. | |||||
* | SMTP client by The Dragon De Monsyne <dragondm@integral.org>. | Guido van Rossum | 1998-01-29 | 1 | -0/+278 | |