Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the dropstatus option. | Eric S. Raymond | 1997-07-28 | 1 | -0/+28 |
* | Added the via option. | Eric S. Raymond | 1997-07-24 | 1 | -13/+66 |
* | Better bounds checking. | Eric S. Raymond | 1997-07-24 | 1 | -0/+8 |
* | Avoid using bool, so we don't have to condition on TRUE and lose if | Eric S. Raymond | 1997-07-10 | 1 | -11/+11 |
* | Improve the error messages. | Eric S. Raymond | 1997-07-10 | 1 | -1/+16 |
* | Deal with the new logic for aetting lead_server. | Eric S. Raymond | 1997-07-06 | 1 | -2/+5 |
* | Cosmetic tweak. | Eric S. Raymond | 1997-07-03 | 1 | -1/+1 |
* | LOCKBUSY changes. | Eric S. Raymond | 1997-07-03 | 1 | -7/+18 |
* | Another try at Kerberos autoconfiguration. | Eric S. Raymond | 1997-07-01 | 1 | -0/+6 |
* | Show message count. | Eric S. Raymond | 1997-06-27 | 1 | -1/+1 |
* | Andrey Chernov's flag. | Eric S. Raymond | 1997-06-25 | 1 | -6/+9 |
* | Fix minor bug in Received parsing. | Eric S. Raymond | 1997-06-25 | 1 | -1/+1 |
* | Fixed Paul Sutcliffe's fooup. | Eric S. Raymond | 1997-06-25 | 1 | -9/+9 |
* | Header reorganization. | Eric S. Raymond | 1997-06-24 | 1 | -2/+1 |
* | Avoid getting sizes when there is no mail. | Eric S. Raymond | 1997-06-19 | 1 | -16/+16 |
* | Don't issue body bytes in silent mode. | Eric S. Raymond | 1997-06-17 | 1 | -1/+1 |
* | Handle multiple To: headers. | Eric S. Raymond | 1997-06-16 | 1 | -14/+24 |
* | Don't rely on the size being in POP3's fetch response any more. | Eric S. Raymond | 1997-06-14 | 1 | -22/+10 |
* | Reclaim file descriptors on timeout. | Eric S. Raymond | 1997-06-13 | 1 | -2/+6 |
* | Copyright cleanup. | Eric S. Raymond | 1997-06-13 | 1 | -2/+1 |
* | Put in Dave Holland's feature. | Eric S. Raymond | 1997-06-11 | 1 | -6/+7 |
* | Suppress body size display if we've pre-fetched message sizes. | Eric S. Raymond | 1997-06-11 | 1 | -1/+2 |
* | Introduced bool. | Eric S. Raymond | 1997-06-11 | 1 | -13/+14 |
* | -Wall cleanup. | Eric S. Raymond | 1997-06-11 | 1 | -2/+4 |
* | Add "body bytes" count. | Eric S. Raymond | 1997-06-09 | 1 | -0/+1 |
* | Yet another step towards handling zero-length messages. | Eric S. Raymond | 1997-06-05 | 1 | -31/+28 |
* | Yet another step towards zero-length message handling. | Eric S. Raymond | 1997-06-05 | 1 | -19/+26 |
* | Another step towards correct handling of bodiless messages. | Eric S. Raymond | 1997-06-05 | 1 | -4/+1 |
* | Fix Harry Hoccheiser's bug. | Eric S. Raymond | 1997-06-05 | 1 | -2/+6 |
* | Added 550 response. | Eric S. Raymond | 1997-06-02 | 1 | -12/+8 |
* | Sometimes now we only count header bytes. | Eric S. Raymond | 1997-06-02 | 1 | -3/+29 |
* | Add exim 501 response. | Eric S. Raymond | 1997-06-02 | 1 | -2/+3 |
* | Fix error response on 571. | Eric S. Raymond | 1997-05-28 | 1 | -5/+5 |
* | Better antispam at last. | Eric S. Raymond | 1997-05-17 | 1 | -7/+10 |
* | Better functional separation. | Eric S. Raymond | 1997-05-17 | 1 | -53/+70 |
* | Another step towards cleaner code. | Eric S. Raymond | 1997-05-17 | 1 | -3/+10 |
* | IMAP now splits its request in half. | Eric S. Raymond | 1997-05-17 | 1 | -2/+17 |
* | Introduce forward_ok. | Eric S. Raymond | 1997-05-17 | 1 | -52/+47 |
* | Simplify smtp_open calling logic. | Eric S. Raymond | 1997-05-17 | 1 | -1/+1 |
* | Add multiple-folder support. | Eric S. Raymond | 1997-05-15 | 1 | -159/+164 |
* | -Wall cleanup. | Eric S. Raymond | 1997-05-15 | 1 | -10/+6 |
* | Better >From handling. | Eric S. Raymond | 1997-05-15 | 1 | -0/+23 |
* | Add mailbox indication. | Eric S. Raymond | 1997-05-15 | 1 | -14/+11 |
* | Detect embedded NULs. | Eric S. Raymond | 1997-05-14 | 1 | -5/+16 |
* | Use the actual line length for decrementing the IMAP message length counter. | Eric S. Raymond | 1997-05-14 | 1 | -10/+12 |
* | Be sure to write the headers properly. | Eric S. Raymond | 1997-05-14 | 1 | -17/+15 |
* | Change type of socket descriptors from FILE * to int. Change SockGets | Eric S. Raymond | 1997-05-13 | 1 | -104/+102 |
* | Caseblind comparison of names, more explicitness about Kerberos. | Eric S. Raymond | 1997-05-13 | 1 | -3/+3 |
* | Hacks for avoiding compiler warnings under SunOS. | Eric S. Raymond | 1997-04-29 | 1 | -2/+6 |
* | Fix \rs in error-message handling for qmail. | Eric S. Raymond | 1997-04-23 | 1 | -4/+9 |