aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Warn of some perils.Eric S. Raymond1996-11-091-16/+38
| | | | svn path=/trunk/; revision=528
* Better error messages.Eric S. Raymond1996-11-091-2/+2
| | | | svn path=/trunk/; revision=527
* Correct generation of X-Fetchmail-Warning header.Eric S. Raymond1996-11-093-18/+26
| | | | svn path=/trunk/; revision=526
* Arrange for command-line set of batchlimit.Eric S. Raymond1996-11-093-4/+20
| | | | svn path=/trunk/; revision=525
* Ready to ship.Eric S. Raymond1996-11-091-1/+1
| | | | svn path=/trunk/; revision=524
* Better release notes.Eric S. Raymond1996-11-091-0/+1
| | | | svn path=/trunk/; revision=523
* Zwero the result counter when calling this function.Eric S. Raymond1996-11-091-0/+2
| | | | svn path=/trunk/; revision=522
* I *think* this works...Eric S. Raymond1996-11-091-30/+38
| | | | svn path=/trunk/; revision=521
* Ready to ship.Eric S. Raymond1996-11-082-2/+3
| | | | svn path=/trunk/; revision=520
* We no longer attempt delivery to multidrop mailboxes in the presenceEric S. Raymond1996-11-083-36/+51
| | | | | | of DNS errors. svn path=/trunk/; revision=519
* Cheaper error handling.Eric S. Raymond1996-11-081-14/+26
| | | | svn path=/trunk/; revision=518
* Improved error notification on SMTP and no-matching-local-address errors.Eric S. Raymond1996-11-081-3/+50
| | | | svn path=/trunk/; revision=517
* Prototypes everywhere.Eric S. Raymond1996-11-081-6/+1
| | | | svn path=/trunk/; revision=516
* Prototypes everywhere.Eric S. Raymond1996-11-0818-254/+112
| | | | svn path=/trunk/; revision=515
* Reset batchcount before each poll cycle.Eric S. Raymond1996-11-083-2/+3
| | | | svn path=/trunk/; revision=514
* No known servers now give it indigestion.Eric S. Raymond1996-11-082-10/+3
| | | | svn path=/trunk/; revision=513
* No known servers now give it indigestion.Eric S. Raymond1996-11-081-4/+2
| | | | svn path=/trunk/; revision=512
* Improved installation instructions.Eric S. Raymond1996-11-081-15/+13
| | | | svn path=/trunk/; revision=511
* Automatically link -lresolv if need be.Eric S. Raymond1996-11-081-0/+1
| | | | svn path=/trunk/; revision=510
* Comment fix.Eric S. Raymond1996-11-081-2/+1
| | | | svn path=/trunk/; revision=509
* Better logging of unmatched names.Eric S. Raymond1996-11-081-6/+12
| | | | svn path=/trunk/; revision=508
* More branch cleaning.Eric S. Raymond1996-11-081-4/+4
| | | | svn path=/trunk/; revision=507
* Part of the batchlimit diff got mislaid.Eric S. Raymond1996-11-081-0/+12
| | | | svn path=/trunk/; revision=506
* De-confuse SMTP response echoing.Eric S. Raymond1996-11-081-1/+1
| | | | svn path=/trunk/; revision=505
* We can now work with any bind library.Eric S. Raymond1996-11-084-14/+29
| | | | svn path=/trunk/; revision=504
* Implement batchlimit option.Eric S. Raymond1996-11-087-17/+54
| | | | svn path=/trunk/; revision=503
* Solaris 2.5 and FreeBSD 2.2.Eric S. Raymond1996-11-083-0/+3
| | | | svn path=/trunk/; revision=501
* Better error messages. And accept Resent-From & Apparently-From a la RFC822.Eric S. Raymond1996-11-082-3/+16
| | | | svn path=/trunk/; revision=500
* Ready to ship.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=498
* Ready to ship.Eric S. Raymond1996-11-062-1/+2
| | | | svn path=/trunk/; revision=497
* Ready for release.Eric S. Raymond1996-11-062-1/+7
| | | | svn path=/trunk/; revision=496
* Removed an unnecessary layer of indirection.Eric S. Raymond1996-11-063-3/+4
| | | | svn path=/trunk/; revision=495
* Initial revisionEric S. Raymond1996-11-061-0/+322
| | | | svn path=/trunk/; revision=493
* Split RFC822-bashing code out of the driver.Eric S. Raymond1996-11-064-269/+14
| | | | svn path=/trunk/; revision=492
* Correct return test.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=491
* Ooops...don't exit where a return will do.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=490
* Correct setting of implicitmode.Eric S. Raymond1996-11-061-3/+6
| | | | svn path=/trunk/; revision=489
* Back out the attempt to use stdio.Eric S. Raymond1996-11-0611-133/+152
| | | | svn path=/trunk/; revision=488
* Initial revisionEric S. Raymond1996-11-061-0/+71
| | | | svn path=/trunk/; revision=487
* Better error reporting.Eric S. Raymond1996-11-051-9/+38
| | | | svn path=/trunk/; revision=486
* Insert fseeks to prevent read-write lossage.Eric S. Raymond1996-11-043-2/+17
| | | | svn path=/trunk/; revision=485
* Ready to ship.Eric S. Raymond1996-11-041-1/+2
| | | | svn path=/trunk/; revision=484
* Full dynamic buffering on all socket streams.Eric S. Raymond1996-11-041-0/+1
| | | | svn path=/trunk/; revision=483
* Eliminate SockGets().Eric S. Raymond1996-11-041-3/+10
| | | | svn path=/trunk/; revision=482
* Socket open rename.Eric S. Raymond1996-11-043-4/+4
| | | | svn path=/trunk/; revision=481
* Eliminated socket.h.Eric S. Raymond1996-11-048-31/+31
| | | | svn path=/trunk/; revision=480
* Special socket I/O almost gone!Eric S. Raymond1996-11-044-14/+21
| | | | svn path=/trunk/; revision=479
* True internal buffering with stdio!Eric S. Raymond1996-11-043-47/+14
| | | | svn path=/trunk/; revision=478
* Wow! Real buffering at last!Eric S. Raymond1996-11-041-50/+19
| | | | svn path=/trunk/; revision=477
* Try to at least complain coherently when no from header.Eric S. Raymond1996-11-041-0/+6
| | | | svn path=/trunk/; revision=476