Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add full IMAP4 capability. | Eric S. Raymond | 1996-12-09 | 1 | -6/+28 |
* | Prototypes everywhere. | Eric S. Raymond | 1996-11-08 | 1 | -33/+9 |
* | Ooops...don't exit where a return will do. | Eric S. Raymond | 1996-11-06 | 1 | -1/+1 |
* | Back out the attempt to use stdio. | Eric S. Raymond | 1996-11-06 | 1 | -10/+6 |
* | Insert fseeks to prevent read-write lossage. | Eric S. Raymond | 1996-11-04 | 1 | -0/+5 |
* | 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 | -5/+5 |
* | STEP 3: File pointer arguments in SockGets()/SockPuts(). | Eric S. Raymond | 1996-10-31 | 1 | -4/+4 |
* | STEP 1: Make all methods take file pointer arguments. | Eric S. Raymond | 1996-10-31 | 1 | -26/+26 |
* | gcc -Wall cleanup. | Eric S. Raymond | 1996-10-26 | 1 | -8/+8 |
* | Include mx.h, fix a memory leak. | Eric S. Raymond | 1996-10-26 | 1 | -23/+18 |
* | Major changes of data structure and variable names. | Eric S. Raymond | 1996-10-26 | 1 | -15/+15 |
* | Added filtering by length. Ugh. | Eric S. Raymond | 1996-10-26 | 1 | -0/+33 |
* | No more FLAGS.SILENT. | Eric S. Raymond | 1996-10-21 | 1 | -7/+1 |
* | Major improvements in --check processing. New-message count is now visible. | Eric S. Raymond | 1996-10-19 | 1 | -3/+15 |
* | Remove all those obnoxious block comments. | Eric S. Raymond | 1996-10-17 | 1 | -16/+5 |
* | Add historically useful commment. | Eric S. Raymond | 1996-10-13 | 1 | -0/+6 |
* | Make deletions slightly faster. | Eric S. Raymond | 1996-10-10 | 1 | -1/+1 |
* | Ship IMAP passwords as quoted strings. | Eric S. Raymond | 1996-10-10 | 1 | -1/+1 |
* | RC file syntax change, folder->mailbox, remote->remotename. | Eric S. Raymond | 1996-10-04 | 1 | -1/+1 |
* | Reverse order of arguments in OK method. | Eric S. Raymond | 1996-10-02 | 1 | -1/+1 |
* | Simplify the driver main loop. | Eric S. Raymond | 1996-10-01 | 1 | -4/+2 |
* | Better IMAP support. | Eric S. Raymond | 1996-10-01 | 1 | -69/+24 |
* | Fix broken response parsing. | Eric S. Raymond | 1996-10-01 | 1 | -35/+46 |
* | The great options massacre. | Eric S. Raymond | 1996-09-28 | 1 | -10/+2 |
* | With any luck, this is a correct implementation of UIDL support. | Eric S. Raymond | 1996-09-28 | 1 | -12/+22 |
* | Move Chris Newman's criticism here. | Eric S. Raymond | 1996-09-25 | 1 | -0/+44 |
* | Eliminate some unnecessary headers. | Eric S. Raymond | 1996-09-25 | 1 | -13/+3 |
* | The great name change. | Eric S. Raymond | 1996-09-24 | 1 | -2/+2 |
* | Better protection against buffer overruns. | Eric S. Raymond | 1996-09-23 | 1 | -3/+3 |
* | Correct processing of greeting messages. | Eric S. Raymond | 1996-08-27 | 1 | -1/+3 |
* | Portability cleanup. | Eric S. Raymond | 1996-08-27 | 1 | -3/+0 |
* | Successfully genericized POP3 and IMAP. | Eric S. Raymond | 1996-08-27 | 1 | -653/+0 |
* | Genericized version of POP3 works. | Eric S. Raymond | 1996-08-27 | 1 | -56/+303 |
* | Genericize the drive loop. | Eric S. Raymond | 1996-08-27 | 1 | -143/+231 |
* | Added autoprobe logic. | Eric S. Raymond | 1996-08-26 | 1 | -1/+1 |
* | Initial revision | Eric S. Raymond | 1996-08-26 | 1 | -0/+517 |