Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comment. | Eric S. Raymond | 1997-07-21 | 1 | -0/+4 |
* | First round of changes for OPIE support. | Eric S. Raymond | 1997-07-17 | 1 | -1/+40 |
* | LOCKBUSY changes. | Eric S. Raymond | 1997-07-03 | 1 | -3/+36 |
* | Some configuration cleanup. | Eric S. Raymond | 1997-07-01 | 1 | -1/+1 |
* | Don't rely on the size being in POP3's fetch response any more. | Eric S. Raymond | 1997-06-14 | 1 | -12/+4 |
* | More bool conversions. | Eric S. Raymond | 1997-06-13 | 1 | -2/+2 |
* | Handle slavishly RFC1725-conformant servers. | Eric S. Raymond | 1997-06-13 | 1 | -2/+16 |
* | IMAP now splits its request in half. | Eric S. Raymond | 1997-05-17 | 1 | -0/+1 |
* | Add multiple-folder support. | Eric S. Raymond | 1997-05-15 | 1 | -2/+5 |
* | Change type of socket descriptors from FILE * to int. Change SockGets | Eric S. Raymond | 1997-05-13 | 1 | -24/+24 |
* | Better error logging. | Eric S. Raymond | 1997-04-06 | 1 | -2/+2 |
* | Added -U option. | Eric S. Raymond | 1997-03-13 | 1 | -2/+5 |
* | Various minor bugfixes. | Eric S. Raymond | 1997-02-10 | 1 | -1/+1 |
* | Correct length calculation. | Eric S. Raymond | 1997-01-28 | 1 | -1/+1 |
* | Better error tracking. | Eric S. Raymond | 1997-01-24 | 1 | -3/+3 |
* | Introduce gen_recv. | Eric S. Raymond | 1997-01-24 | 1 | -24/+4 |
* | RPOP support is back. | Eric S. Raymond | 1997-01-20 | 1 | -1/+9 |
* | Philippe de Muyter's Motorola fixes. | Eric S. Raymond | 1997-01-16 | 1 | -0/+2 |
* | Expunge fix. | Eric S. Raymond | 1997-01-14 | 1 | -1/+0 |
* | Dynamic allocation for the query structure string entries. | Eric S. Raymond | 1997-01-14 | 1 | -1/+1 |
* | Gather all server data into a restorable structure. | Eric S. Raymond | 1997-01-13 | 1 | -2/+2 |
* | Have IMAP set seen flag if keep is on. | Eric S. Raymond | 1996-12-27 | 1 | -1/+1 |
* | Drop back to using SockGets/SockWrite. | Eric S. Raymond | 1996-12-24 | 1 | -3/+4 |
* | Note that ID comparisons are caseblind. | Eric S. Raymond | 1996-12-18 | 1 | -0/+3 |
* | Remove some inclusions no longer needed. | Eric S. Raymond | 1996-12-17 | 1 | -1/+0 |
* | Clean up some extra trailing LFs. | Eric S. Raymond | 1996-12-17 | 1 | -0/+12 |
* | SockGets is gone. | Eric S. Raymond | 1996-12-17 | 1 | -3/+3 |
* | Protocol labels for in-out messages. | Eric S. Raymond | 1996-12-17 | 1 | -3/+3 |
* | Yet morer error message cleanup. | Eric S. Raymond | 1996-12-17 | 1 | -3/+3 |
* | More through error conversion. | Eric S. Raymond | 1996-12-17 | 1 | -3/+3 |
* | Use error() for messages almost everywhere. | Eric S. Raymond | 1996-12-17 | 1 | -4/+4 |
* | Add full IMAP4 capability. | Eric S. Raymond | 1996-12-09 | 1 | -0/+1 |
* | Change name of string-saver functions. | Eric S. Raymond | 1996-11-28 | 1 | -4/+4 |
* | Avoid malloc overrun core-dump. | Eric S. Raymond | 1996-11-27 | 1 | -3/+4 |
* | General cleanup for 2.0 release. | Eric S. Raymond | 1996-11-16 | 1 | -0/+1 |
* | Fix for unusual octet count format. | Eric S. Raymond | 1996-11-11 | 1 | -2/+2 |
* | Prototypes everywhere. | Eric S. Raymond | 1996-11-08 | 1 | -60/+39 |
* | Back out the attempt to use stdio. | Eric S. Raymond | 1996-11-06 | 1 | -6/+5 |
* | Insert fseeks to prevent read-write lossage. | Eric S. Raymond | 1996-11-04 | 1 | -0/+2 |
* | 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 | -4/+4 |
* | Header cleanup. | Eric S. Raymond | 1996-11-01 | 1 | -1/+1 |
* | STEP 3: File pointer arguments in SockGets()/SockPuts(). | Eric S. Raymond | 1996-10-31 | 1 | -3/+3 |
* | STEP 1: Make all methods take file pointer arguments. | Eric S. Raymond | 1996-10-31 | 1 | -29/+29 |
* | gcc -Wall cleanup. | Eric S. Raymond | 1996-10-26 | 1 | -4/+9 |
* | Include mx.h, fix a memory leak. | Eric S. Raymond | 1996-10-26 | 1 | -7/+6 |
* | Major changes of data structure and variable names. | Eric S. Raymond | 1996-10-26 | 1 | -27/+27 |
* | Added filtering by length. Ugh. | Eric S. Raymond | 1996-10-26 | 1 | -0/+35 |
* | Cleaner UIDL. | Eric S. Raymond | 1996-10-21 | 1 | -6/+4 |
* | Screem loudly on protocol errors. | Eric S. Raymond | 1996-10-21 | 1 | -5/+7 |