summaryrefslogtreecommitdiff
path: root/Mailman/smtplib.py
Commit message (Expand)AuthorAgeFilesLines
* No longer necessary; we've integrated with the standard Python 1.5.2bwarsaw1998-12-221-169/+0
* Fixed bug making smtplib change 4XX and 5XX errors to protocol errors.cotton1998-11-091-2/+2
* Removed a debugging print.klm1998-11-011-1/+1
* Incorporated DSN provision, so that receiving hosts that support DSNklm1998-11-011-6/+28
* SmtpConnection.send(): More provision for when a local address isklm1998-07-231-7/+27
* Added a LogStdErr() call to enable error logging from this module allklm1998-07-231-10/+2
* .getresp(): Moved setting of self.lastresp to before the impunityklm1998-07-171-5/+9
* In all multiple-destination sends, *ignore* the MTA response whenklm1998-07-141-10/+15
* Made Scott's fixes so that angle brackets are given when required (inviega1998-06-121-3/+3
* I must have missed checking this in yesterday. I made it so theviega1998-05-301-3/+8
* Fixed a typo in the zipcode.viega1998-05-261-1/+1
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-0/+17
* Send messages by connecting directly to port 25 and talking SMTP toklm1998-04-131-0/+104