aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Special socket I/O almost gone!Eric S. Raymond1996-11-041-3/+10
* True internal buffering with stdio!Eric S. Raymond1996-11-041-8/+8
* Header cleanup.Eric S. Raymond1996-11-011-2/+1
* STEP 9: We can finally use SockGets here.Eric S. Raymond1996-10-311-1/+1
* STEP 5: SockPrintf() conversion.Eric S. Raymond1996-10-311-7/+7
* 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