aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
Commit message (Expand)AuthorAgeFilesLines
...
* STEP 4: Make SMTP functions take file pointer arguments.Eric S. Raymond1996-10-311-26/+26
* Get rid of an unnecessary function.Eric S. Raymond1996-10-301-7/+1
* Be nore explicit.Eric S. Raymond1996-10-231-1/+1
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-106/+20
* Improved RFC822 conformance in SMTP code.Eric S. Raymond1996-09-241-26/+37
* The great name change.Eric S. Raymond1996-09-241-8/+8
* Prevent buffer overflow.Eric S. Raymond1996-09-121-8/+6
* Better debugging of SMTP stuff.Eric S. Raymond1996-09-121-1/+1
* SMTP forwarding works.Eric S. Raymond1996-09-121-5/+28
* SMTP forwarding complete; now to debug it.Eric S. Raymond1996-09-111-6/+23
* Most of the way to SMTP forwarding.Eric S. Raymond1996-09-111-335/+16
* Initial revisionEric S. Raymond1996-08-261-0/+514