Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo fix. | Eric S. Raymond | 1998-02-22 | 1 | -1/+1 |
* | Copyright cleanup. | Eric S. Raymond | 1997-06-13 | 1 | -2/+1 |
* | -Wall cleanup. | Eric S. Raymond | 1997-05-15 | 1 | -2/+0 |
* | Change type of socket descriptors from FILE * to int. Change SockGets | Eric S. Raymond | 1997-05-13 | 1 | -31/+28 |
* | Added RFC1985 ETRN support. | Eric S. Raymond | 1997-02-10 | 1 | -0/+1 |
* | ESMTP SIZE option support. | Eric S. Raymond | 1997-01-22 | 1 | -25/+36 |
* | Support for EHLO and 8BITMIME extension. | Eric S. Raymond | 1997-01-22 | 1 | -3/+57 |
* | Drop back to using SockGets/SockWrite. | Eric S. Raymond | 1996-12-24 | 1 | -7/+8 |
* | Remove some inclusions no longer needed. | Eric S. Raymond | 1996-12-17 | 1 | -2/+0 |
* | Clean up some extra trailing LFs. | Eric S. Raymond | 1996-12-17 | 1 | -0/+4 |
* | SockGets is gone. | Eric S. Raymond | 1996-12-17 | 1 | -3/+4 |
* | Eliminate SockWrite and SockPrintf. | Eric S. Raymond | 1996-12-17 | 1 | -6/+6 |
* | More through error conversion. | Eric S. Raymond | 1996-12-17 | 1 | -7/+7 |
* | Don't use stderr here. | Eric S. Raymond | 1996-12-17 | 1 | -7/+7 |
* | Ready for Rachel. | Eric S. Raymond | 1996-12-05 | 1 | -39/+1 |
* | Try to accomodate spam filtering | Eric S. Raymond | 1996-11-30 | 1 | -0/+3 |
* | Include Cameron McPherson's patch for handling multi-line SMTP responses. | Eric S. Raymond | 1996-11-16 | 1 | -30/+26 |
* | Make error paths clearer. | Eric S. Raymond | 1996-11-15 | 1 | -0/+4 |
* | De-confuse SMTP response echoing. | Eric S. Raymond | 1996-11-08 | 1 | -1/+1 |
* | Back out the attempt to use stdio. | Eric S. Raymond | 1996-11-06 | 1 | -17/+12 |
* | Eliminated socket.h. | Eric S. Raymond | 1996-11-04 | 1 | -1/+0 |
* | Special socket I/O almost gone! | Eric S. Raymond | 1996-11-04 | 1 | -3/+10 |
* | True internal buffering with stdio! | Eric S. Raymond | 1996-11-04 | 1 | -8/+8 |
* | Header cleanup. | Eric S. Raymond | 1996-11-01 | 1 | -2/+1 |
* | STEP 9: We can finally use SockGets here. | Eric S. Raymond | 1996-10-31 | 1 | -1/+1 |
* | STEP 5: SockPrintf() conversion. | Eric S. Raymond | 1996-10-31 | 1 | -7/+7 |
* | STEP 4: Make SMTP functions take file pointer arguments. | Eric S. Raymond | 1996-10-31 | 1 | -26/+26 |
* | Get rid of an unnecessary function. | Eric S. Raymond | 1996-10-30 | 1 | -7/+1 |
* | Be nore explicit. | Eric S. Raymond | 1996-10-23 | 1 | -1/+1 |
* | Remove all those obnoxious block comments. | Eric S. Raymond | 1996-10-17 | 1 | -106/+20 |
* | Improved RFC822 conformance in SMTP code. | Eric S. Raymond | 1996-09-24 | 1 | -26/+37 |
* | The great name change. | Eric S. Raymond | 1996-09-24 | 1 | -8/+8 |
* | Prevent buffer overflow. | Eric S. Raymond | 1996-09-12 | 1 | -8/+6 |
* | Better debugging of SMTP stuff. | Eric S. Raymond | 1996-09-12 | 1 | -1/+1 |
* | SMTP forwarding works. | Eric S. Raymond | 1996-09-12 | 1 | -5/+28 |
* | SMTP forwarding complete; now to debug it. | Eric S. Raymond | 1996-09-11 | 1 | -6/+23 |
* | Most of the way to SMTP forwarding. | Eric S. Raymond | 1996-09-11 | 1 | -335/+16 |
* | Initial revision | Eric S. Raymond | 1996-08-26 | 1 | -0/+514 |