aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* SIGCLD -> SIGCHLD.Eric S. Raymond1996-12-121-6/+6
* Solve a SIGCLD compilation problem.Eric S. Raymond1996-12-111-0/+5
* Add full IMAP4 capability.Eric S. Raymond1996-12-091-10/+14
* Added the `envelope' option.Eric S. Raymond1996-12-091-1/+1
* Fix the SIGCLD snafu.Eric S. Raymond1996-12-071-1/+18
* Cleaner exit on error.Eric S. Raymond1996-12-061-17/+30
* Fix a multidrop bug.Eric S. Raymond1996-12-061-2/+3
* Try to eliminate the core dump.Eric S. Raymond1996-12-061-3/+4
* Include alloca.h when you have it.Eric S. Raymond1996-12-031-0/+3
* Try to accomodate spam filteringEric S. Raymond1996-11-301-4/+21
* Change name of string-saver functions.Eric S. Raymond1996-11-281-8/+8
* Abolish servername mamber, go to servernames list.Eric S. Raymond1996-11-281-22/+19
* We no longer generate spurious error headers.Eric S. Raymond1996-11-271-20/+38
* Added the wildcard option.Eric S. Raymond1996-11-271-0/+3
* Fix the Received handling.Eric S. Raymond1996-11-271-1/+2
* Cope with X-Envelope-To.Eric S. Raymond1996-11-271-5/+9
* Caching via aka list.Eric S. Raymond1996-11-201-3/+20
* Corrected received_for handling.Eric S. Raymond1996-11-201-2/+2
* Better envelope address deduction.Eric S. Raymond1996-11-201-4/+7
* Process Received lines.Eric S. Raymond1996-11-201-6/+60
* First hack at deducing envelope From.Eric S. Raymond1996-11-191-8/+12
* Add Nalin Dahyabhai's Kerberos patch.Eric S. Raymond1996-11-191-1/+1
* Simplify From handling.Eric S. Raymond1996-11-181-57/+13
* Make the driver code much less sensitive to SMTP errors andEric S. Raymond1996-11-161-8/+50
* Include Cameron McPherson's patch for handling multi-line SMTP responses.Eric S. Raymond1996-11-161-2/+2
* Correct nesting.Eric S. Raymond1996-11-151-1/+1
* Handle Apparently-To correctly.Eric S. Raymond1996-11-151-1/+1
* Arrange for fetchall to be forced on after transient errors abort aEric S. Raymond1996-11-141-3/+32
* Ready.Eric S. Raymond1996-11-131-3/+6
* Fix Ville Eeerola's bug.Eric S. Raymond1996-11-121-1/+1
* Eliminate the most common configuration error.Eric S. Raymond1996-11-111-14/+8
* Better error messages.Eric S. Raymond1996-11-091-2/+2
* Correct generation of X-Fetchmail-Warning header.Eric S. Raymond1996-11-091-16/+22
* I *think* this works...Eric S. Raymond1996-11-091-30/+38
* We no longer attempt delivery to multidrop mailboxes in the presenceEric S. Raymond1996-11-081-7/+21
* Cheaper error handling.Eric S. Raymond1996-11-081-14/+26
* Improved error notification on SMTP and no-matching-local-address errors.Eric S. Raymond1996-11-081-3/+50
* Prototypes everywhere.Eric S. Raymond1996-11-081-12/+8
* Reset batchcount before each poll cycle.Eric S. Raymond1996-11-081-2/+1
* No known servers now give it indigestion.Eric S. Raymond1996-11-081-8/+2
* Comment fix.Eric S. Raymond1996-11-081-2/+1
* Better logging of unmatched names.Eric S. Raymond1996-11-081-6/+12
* More branch cleaning.Eric S. Raymond1996-11-081-4/+4
* Part of the batchlimit diff got mislaid.Eric S. Raymond1996-11-081-0/+12
* Better error messages. And accept Resent-From & Apparently-From a la RFC822.Eric S. Raymond1996-11-081-3/+12
* Split RFC822-bashing code out of the driver.Eric S. Raymond1996-11-061-265/+0
* Correct return test.Eric S. Raymond1996-11-061-1/+1
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-54/+21
* Better error reporting.Eric S. Raymond1996-11-051-9/+38
* Insert fseeks to prevent read-write lossage.Eric S. Raymond1996-11-041-2/+10