aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* We don't try to parse the greeting line any more.Eric S. Raymond1997-10-061-87/+10
| | | | svn path=/trunk/; revision=1481
* Silence killed!Eric S. Raymond1997-10-061-1/+4
| | | | svn path=/trunk/; revision=1480
* Length checking on tag generation.Eric S. Raymond1997-10-041-4/+8
| | | | svn path=/trunk/; revision=1473
* Ooops...Eric S. Raymond1997-10-021-1/+1
| | | | svn path=/trunk/; revision=1467
* Lica Olivetti's qvirtual option.Eric S. Raymond1997-10-021-3/+15
| | | | svn path=/trunk/; revision=1465
* Added %F and %T escapes.Eric S. Raymond1997-10-011-24/+56
| | | | svn path=/trunk/; revision=1460
* Prevent buffer overruns in the MDA command.Eric S. Raymond1997-10-011-1/+6
| | | | svn path=/trunk/; revision=1459
* Leave space for the trailing NUL.Eric S. Raymond1997-10-011-1/+1
| | | | svn path=/trunk/; revision=1458
* Don't pass bogus SIZEs.Eric S. Raymond1997-09-301-6/+8
| | | | svn path=/trunk/; revision=1448
* More robust message size queriesEric S. Raymond1997-09-301-0/+4
| | | | svn path=/trunk/; revision=1447
* Fix Received problems.Eric S. Raymond1997-09-301-35/+53
| | | | svn path=/trunk/; revision=1439
* Eliminate the "No mail" message on second and later passes.Eric S. Raymond1997-09-301-8/+12
| | | | svn path=/trunk/; revision=1438
* Smart re-polling support.Eric S. Raymond1997-09-301-267/+284
| | | | svn path=/trunk/; revision=1437
* Get byte-stuiffing and byte-stripping right.Eric S. Raymond1997-09-301-2/+15
| | | | svn path=/trunk/; revision=1436
* Avoid incorrect byte-stuffing.Eric S. Raymond1997-09-301-5/+2
| | | | svn path=/trunk/; revision=1435
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-2/+2
| | | | svn path=/trunk/; revision=1430
* More changes to go with Greg Stark's patch.Eric S. Raymond1997-09-281-2/+2
| | | | svn path=/trunk/; revision=1429
* Greg Stark's first round of patches.Eric S. Raymond1997-09-281-1/+1
| | | | svn path=/trunk/; revision=1428
* Editorial comment.Eric S. Raymond1997-09-281-0/+1
| | | | svn path=/trunk/; revision=1427
* Fix POP2 compilation.Eric S. Raymond1997-09-281-1/+1
| | | | svn path=/trunk/; revision=1426
* Issue length-mismatch complaints in verbose mode only.Eric S. Raymond1997-09-271-2/+27
| | | | svn path=/trunk/; revision=1425
* Try to eliminate some spurious error numbers.Eric S. Raymond1997-09-271-1/+3
| | | | svn path=/trunk/; revision=1423
* Message cleanup.Eric S. Raymond1997-09-261-4/+8
| | | | svn path=/trunk/; revision=1420
* Message cleanup.Eric S. Raymond1997-09-261-4/+4
| | | | svn path=/trunk/; revision=1419
* Use stuffline to emit the bug-tracking header.Eric S. Raymond1997-09-251-25/+32
| | | | svn path=/trunk/; revision=1415
* Prevent lossage on systems that do CR->LF mapping.Eric S. Raymond1997-09-251-2/+2
| | | | svn path=/trunk/; revision=1414
* Reinstate the size consistency check.Eric S. Raymond1997-09-241-11/+5
| | | | svn path=/trunk/; revision=1404
* Deal with Post Office/NT.Eric S. Raymond1997-09-241-0/+17
| | | | svn path=/trunk/; revision=1402
* Better logging line.Eric S. Raymond1997-09-241-3/+4
| | | | svn path=/trunk/; revision=1401
* Improved the header line.Eric S. Raymond1997-09-241-33/+39
| | | | svn path=/trunk/; revision=1400
* Make the X-IMAP check independent of protocol.Eric S. Raymond1997-09-231-3/+18
| | | | svn path=/trunk/; revision=1395
* Avoid spurious matches in the Received line.Eric S. Raymond1997-09-231-7/+3
| | | | svn path=/trunk/; revision=1393
* Code rearrangement.Eric S. Raymond1997-09-231-23/+20
| | | | svn path=/trunk/; revision=1389
* Add new Received header.Eric S. Raymond1997-09-221-21/+33
| | | | svn path=/trunk/; revision=1386
* Prevent buffer overruns.Eric S. Raymond1997-09-221-3/+4
| | | | svn path=/trunk/; revision=1384
* Temporarily suppress message length check.Eric S. Raymond1997-09-191-2/+13
| | | | svn path=/trunk/; revision=1375
* Correct off-by-one error in expect messages.Eric S. Raymond1997-09-181-2/+2
| | | | svn path=/trunk/; revision=1368
* Try to do better length computation.Eric S. Raymond1997-09-181-2/+2
| | | | svn path=/trunk/; revision=1365
* *** empty log message ***Eric S. Raymond1997-09-181-1/+3
| | | | svn path=/trunk/; revision=1364
* More portation changes.Eric S. Raymond1997-09-171-4/+3
| | | | svn path=/trunk/; revision=1362
* improved ETRN handling.Eric S. Raymond1997-09-161-0/+3
| | | | svn path=/trunk/; revision=1358
* Check for MS-Exchangeness.Eric S. Raymond1997-09-161-1/+8
| | | | svn path=/trunk/; revision=1351
* Simplify the length handling.Eric S. Raymond1997-09-141-5/+5
| | | | svn path=/trunk/; revision=1339
* No more delimited flags on the stack.Eric S. Raymond1997-09-141-11/+9
| | | | svn path=/trunk/; revision=1338
* Works with Microsoft Exchange.Eric S. Raymond1997-09-141-1/+4
| | | | svn path=/trunk/; revision=1337
* Fixed a spurious message.Eric S. Raymond1997-09-111-1/+1
| | | | svn path=/trunk/; revision=1328
* Better RCPT TO address generation.Eric S. Raymond1997-09-061-5/+8
| | | | svn path=/trunk/; revision=1317
* Try to get better connection-failure messages.Eric S. Raymond1997-09-051-1/+1
| | | | svn path=/trunk/; revision=1309
* Avoid yet another core dump.Eric S. Raymond1997-09-051-5/+6
| | | | svn path=/trunk/; revision=1305
* Prevent core dumps on messages with no destination lines.Eric S. Raymond1997-09-051-1/+1
| | | | svn path=/trunk/; revision=1304