Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate the size consistency check. | Eric S. Raymond | 1997-09-24 | 1 | -11/+5 |
* | Deal with Post Office/NT. | Eric S. Raymond | 1997-09-24 | 1 | -0/+17 |
* | Better logging line. | Eric S. Raymond | 1997-09-24 | 1 | -3/+4 |
* | Improved the header line. | Eric S. Raymond | 1997-09-24 | 1 | -33/+39 |
* | Make the X-IMAP check independent of protocol. | Eric S. Raymond | 1997-09-23 | 1 | -3/+18 |
* | Avoid spurious matches in the Received line. | Eric S. Raymond | 1997-09-23 | 1 | -7/+3 |
* | Code rearrangement. | Eric S. Raymond | 1997-09-23 | 1 | -23/+20 |
* | Add new Received header. | Eric S. Raymond | 1997-09-22 | 1 | -21/+33 |
* | Prevent buffer overruns. | Eric S. Raymond | 1997-09-22 | 1 | -3/+4 |
* | Temporarily suppress message length check. | Eric S. Raymond | 1997-09-19 | 1 | -2/+13 |
* | Correct off-by-one error in expect messages. | Eric S. Raymond | 1997-09-18 | 1 | -2/+2 |
* | Try to do better length computation. | Eric S. Raymond | 1997-09-18 | 1 | -2/+2 |
* | *** empty log message *** | Eric S. Raymond | 1997-09-18 | 1 | -1/+3 |
* | More portation changes. | Eric S. Raymond | 1997-09-17 | 1 | -4/+3 |
* | improved ETRN handling. | Eric S. Raymond | 1997-09-16 | 1 | -0/+3 |
* | Check for MS-Exchangeness. | Eric S. Raymond | 1997-09-16 | 1 | -1/+8 |
* | Simplify the length handling. | Eric S. Raymond | 1997-09-14 | 1 | -5/+5 |
* | No more delimited flags on the stack. | Eric S. Raymond | 1997-09-14 | 1 | -11/+9 |
* | Works with Microsoft Exchange. | Eric S. Raymond | 1997-09-14 | 1 | -1/+4 |
* | Fixed a spurious message. | Eric S. Raymond | 1997-09-11 | 1 | -1/+1 |
* | Better RCPT TO address generation. | Eric S. Raymond | 1997-09-06 | 1 | -5/+8 |
* | Try to get better connection-failure messages. | Eric S. Raymond | 1997-09-05 | 1 | -1/+1 |
* | Avoid yet another core dump. | Eric S. Raymond | 1997-09-05 | 1 | -5/+6 |
* | Prevent core dumps on messages with no destination lines. | Eric S. Raymond | 1997-09-05 | 1 | -1/+1 |
* | Cleanup. | Eric S. Raymond | 1997-09-04 | 1 | -2/+2 |
* | Better failure reporting on SMTP connect failures. | Eric S. Raymond | 1997-09-04 | 1 | -42/+26 |
* | FreeBSD port changes. | Eric S. Raymond | 1997-09-03 | 1 | -0/+10 |
* | Try canonicalizing with the SMTP host. | Eric S. Raymond | 1997-09-03 | 1 | -4/+4 |
* | Fix bad sprintf calls. | Eric S. Raymond | 1997-09-03 | 1 | -2/+2 |
* | Wolfgang Wander's patch for better UIDL-only support. | Eric S. Raymond | 1997-08-16 | 1 | -0/+10 |
* | Removed limit on number of destination headers. | Eric S. Raymond | 1997-08-15 | 1 | -23/+27 |
* | Fix dor non-Linux systems. | Eric S. Raymond | 1997-08-12 | 1 | -2/+2 |
* | Better exim support. | Eric S. Raymond | 1997-08-11 | 1 | -11/+25 |
* | Dave Bodenstab's fix for flaky phone lines. | Eric S. Raymond | 1997-08-11 | 1 | -0/+7 |
* | Deal with X-IMAP header properly. | Eric S. Raymond | 1997-08-07 | 1 | -4/+17 |
* | Better modularity. | Eric S. Raymond | 1997-08-06 | 1 | -74/+60 |
* | Added `postconnect'. | Eric S. Raymond | 1997-08-04 | 1 | -0/+11 |
* | Suppress both forwarding and deletion on DNS errors. | Eric S. Raymond | 1997-08-02 | 1 | -1/+1 |
* | Suppress both forwarding and deletion on DNS errors. | Eric S. Raymond | 1997-08-02 | 1 | -1/+1 |
* | Suppress some unnecessary messages. | Eric S. Raymond | 1997-08-01 | 1 | -1/+5 |
* | Simplify the computation of truename. | Eric S. Raymond | 1997-07-31 | 1 | -15/+12 |
* | Break the pollname out of the names list. | Eric S. Raymond | 1997-07-30 | 1 | -15/+17 |
* | We don't have a "canonical name" field anymore. | Eric S. Raymond | 1997-07-30 | 1 | -1/+1 |
* | Try to fix the HELO NULL bug. | Eric S. Raymond | 1997-07-30 | 1 | -43/+6 |
* | Slightly changed handling of Envelope option. | Eric S. Raymond | 1997-07-29 | 1 | -13/+13 |
* | Received parsing is a special case of Envelope parsing. | Eric S. Raymond | 1997-07-29 | 1 | -1/+5 |
* | 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 |