aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Length checking on tag generation.Eric S. Raymond1997-10-041-4/+8
* Ooops...Eric S. Raymond1997-10-021-1/+1
* Lica Olivetti's qvirtual option.Eric S. Raymond1997-10-021-3/+15
* Added %F and %T escapes.Eric S. Raymond1997-10-011-24/+56
* Prevent buffer overruns in the MDA command.Eric S. Raymond1997-10-011-1/+6
* Leave space for the trailing NUL.Eric S. Raymond1997-10-011-1/+1
* Don't pass bogus SIZEs.Eric S. Raymond1997-09-301-6/+8
* More robust message size queriesEric S. Raymond1997-09-301-0/+4
* Fix Received problems.Eric S. Raymond1997-09-301-35/+53
* Eliminate the "No mail" message on second and later passes.Eric S. Raymond1997-09-301-8/+12
* Smart re-polling support.Eric S. Raymond1997-09-301-267/+284
* Get byte-stuiffing and byte-stripping right.Eric S. Raymond1997-09-301-2/+15
* Avoid incorrect byte-stuffing.Eric S. Raymond1997-09-301-5/+2
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-2/+2
* More changes to go with Greg Stark's patch.Eric S. Raymond1997-09-281-2/+2
* Greg Stark's first round of patches.Eric S. Raymond1997-09-281-1/+1
* Editorial comment.Eric S. Raymond1997-09-281-0/+1
* Fix POP2 compilation.Eric S. Raymond1997-09-281-1/+1
* Issue length-mismatch complaints in verbose mode only.Eric S. Raymond1997-09-271-2/+27
* Try to eliminate some spurious error numbers.Eric S. Raymond1997-09-271-1/+3
* Message cleanup.Eric S. Raymond1997-09-261-4/+8
* Message cleanup.Eric S. Raymond1997-09-261-4/+4
* Use stuffline to emit the bug-tracking header.Eric S. Raymond1997-09-251-25/+32
* Prevent lossage on systems that do CR->LF mapping.Eric S. Raymond1997-09-251-2/+2
* Reinstate the size consistency check.Eric S. Raymond1997-09-241-11/+5
* Deal with Post Office/NT.Eric S. Raymond1997-09-241-0/+17
* Better logging line.Eric S. Raymond1997-09-241-3/+4
* Improved the header line.Eric S. Raymond1997-09-241-33/+39
* Make the X-IMAP check independent of protocol.Eric S. Raymond1997-09-231-3/+18
* Avoid spurious matches in the Received line.Eric S. Raymond1997-09-231-7/+3
* Code rearrangement.Eric S. Raymond1997-09-231-23/+20
* Add new Received header.Eric S. Raymond1997-09-221-21/+33
* Prevent buffer overruns.Eric S. Raymond1997-09-221-3/+4
* Temporarily suppress message length check.Eric S. Raymond1997-09-191-2/+13
* Correct off-by-one error in expect messages.Eric S. Raymond1997-09-181-2/+2
* Try to do better length computation.Eric S. Raymond1997-09-181-2/+2
* *** empty log message ***Eric S. Raymond1997-09-181-1/+3
* More portation changes.Eric S. Raymond1997-09-171-4/+3
* improved ETRN handling.Eric S. Raymond1997-09-161-0/+3
* Check for MS-Exchangeness.Eric S. Raymond1997-09-161-1/+8
* Simplify the length handling.Eric S. Raymond1997-09-141-5/+5
* No more delimited flags on the stack.Eric S. Raymond1997-09-141-11/+9
* Works with Microsoft Exchange.Eric S. Raymond1997-09-141-1/+4
* Fixed a spurious message.Eric S. Raymond1997-09-111-1/+1
* Better RCPT TO address generation.Eric S. Raymond1997-09-061-5/+8
* Try to get better connection-failure messages.Eric S. Raymond1997-09-051-1/+1
* Avoid yet another core dump.Eric S. Raymond1997-09-051-5/+6
* Prevent core dumps on messages with no destination lines.Eric S. Raymond1997-09-051-1/+1
* Cleanup.Eric S. Raymond1997-09-041-2/+2
* Better failure reporting on SMTP connect failures.Eric S. Raymond1997-09-041-42/+26