summaryrefslogtreecommitdiff
path: root/modules/smtplib.py
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-126/+0
|
* Made Scott's fixes so that angle brackets are given when required (inviega1998-06-121-3/+3
| | | | RCPT and MAIL commands).
* I must have missed checking this in yesterday. I made it so theviega1998-05-301-3/+8
| | | | recipients could be a string or a list of strings...
* Fixed a typo in the zipcode.viega1998-05-261-1/+1
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-0/+17
| | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?)
* Send messages by connecting directly to port 25 and talking SMTP toklm1998-04-131-0/+104
whatever mail delivery agent is there.