aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Collapse)AuthorAgeFilesLines
* Have IMAP set seen flag if keep is on.Eric S. Raymond1996-12-271-1/+1
| | | | svn path=/trunk/; revision=699
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-29/+19
| | | | svn path=/trunk/; revision=683
* Compensate for possible block-buffering of sockfp.Eric S. Raymond1996-12-191-0/+3
| | | | svn path=/trunk/; revision=664
* Improved error message.Eric S. Raymond1996-12-191-1/+1
| | | | svn path=/trunk/; revision=662
* This is at least an improvement.Eric S. Raymond1996-12-191-9/+11
| | | | svn path=/trunk/; revision=661
* Added `fetchlimit'.Eric S. Raymond1996-12-181-0/+5
| | | | svn path=/trunk/; revision=657
* Accept MX and canonical names in Received lines.Eric S. Raymond1996-12-181-8/+26
| | | | svn path=/trunk/; revision=655
* Minor source cleanup.Eric S. Raymond1996-12-171-31/+29
| | | | svn path=/trunk/; revision=654
* Remove some inclusions no longer needed.Eric S. Raymond1996-12-171-1/+1
| | | | svn path=/trunk/; revision=653
* Cosmetic fix.Eric S. Raymond1996-12-171-1/+1
| | | | svn path=/trunk/; revision=651
* SockGets is gone.Eric S. Raymond1996-12-171-2/+22
| | | | svn path=/trunk/; revision=650
* Eliminate SockWrite and SockPrintf.Eric S. Raymond1996-12-171-12/+8
| | | | svn path=/trunk/; revision=649
* Eliminate openmailpipe and closemailpipe.Eric S. Raymond1996-12-171-21/+27
| | | | svn path=/trunk/; revision=648
* Protocol labels for in-out messages.Eric S. Raymond1996-12-171-2/+2
| | | | svn path=/trunk/; revision=646
* Yet morer error message cleanup.Eric S. Raymond1996-12-171-18/+16
| | | | svn path=/trunk/; revision=645
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-33/+37
| | | | svn path=/trunk/; revision=636
* SIGCLD -> SIGCHLD.Eric S. Raymond1996-12-121-6/+6
| | | | svn path=/trunk/; revision=628
* Solve a SIGCLD compilation problem.Eric S. Raymond1996-12-111-0/+5
| | | | svn path=/trunk/; revision=623
* Add full IMAP4 capability.Eric S. Raymond1996-12-091-10/+14
| | | | svn path=/trunk/; revision=620
* Added the `envelope' option.Eric S. Raymond1996-12-091-1/+1
| | | | svn path=/trunk/; revision=615
* Fix the SIGCLD snafu.Eric S. Raymond1996-12-071-1/+18
| | | | svn path=/trunk/; revision=613
* Cleaner exit on error.Eric S. Raymond1996-12-061-17/+30
| | | | svn path=/trunk/; revision=609
* Fix a multidrop bug.Eric S. Raymond1996-12-061-2/+3
| | | | svn path=/trunk/; revision=607
* Try to eliminate the core dump.Eric S. Raymond1996-12-061-3/+4
| | | | svn path=/trunk/; revision=606
* Include alloca.h when you have it.Eric S. Raymond1996-12-031-0/+3
| | | | svn path=/trunk/; revision=596
* Try to accomodate spam filteringEric S. Raymond1996-11-301-4/+21
| | | | svn path=/trunk/; revision=588
* Change name of string-saver functions.Eric S. Raymond1996-11-281-8/+8
| | | | svn path=/trunk/; revision=584
* Abolish servername mamber, go to servernames list.Eric S. Raymond1996-11-281-22/+19
| | | | svn path=/trunk/; revision=582
* We no longer generate spurious error headers.Eric S. Raymond1996-11-271-20/+38
| | | | svn path=/trunk/; revision=576
* Added the wildcard option.Eric S. Raymond1996-11-271-0/+3
| | | | svn path=/trunk/; revision=575
* Fix the Received handling.Eric S. Raymond1996-11-271-1/+2
| | | | svn path=/trunk/; revision=573
* Cope with X-Envelope-To.Eric S. Raymond1996-11-271-5/+9
| | | | svn path=/trunk/; revision=572
* Caching via aka list.Eric S. Raymond1996-11-201-3/+20
| | | | svn path=/trunk/; revision=563
* Corrected received_for handling.Eric S. Raymond1996-11-201-2/+2
| | | | svn path=/trunk/; revision=562
* Better envelope address deduction.Eric S. Raymond1996-11-201-4/+7
| | | | svn path=/trunk/; revision=561
* Process Received lines.Eric S. Raymond1996-11-201-6/+60
| | | | svn path=/trunk/; revision=559
* First hack at deducing envelope From.Eric S. Raymond1996-11-191-8/+12
| | | | svn path=/trunk/; revision=558
* Add Nalin Dahyabhai's Kerberos patch.Eric S. Raymond1996-11-191-1/+1
| | | | svn path=/trunk/; revision=557
* Simplify From handling.Eric S. Raymond1996-11-181-57/+13
| | | | svn path=/trunk/; revision=552
* Make the driver code much less sensitive to SMTP errors andEric S. Raymond1996-11-161-8/+50
| | | | | | missing headers. svn path=/trunk/; revision=546
* Include Cameron McPherson's patch for handling multi-line SMTP responses.Eric S. Raymond1996-11-161-2/+2
| | | | svn path=/trunk/; revision=545
* Correct nesting.Eric S. Raymond1996-11-151-1/+1
| | | | svn path=/trunk/; revision=542
* Handle Apparently-To correctly.Eric S. Raymond1996-11-151-1/+1
| | | | svn path=/trunk/; revision=541
* Arrange for fetchall to be forced on after transient errors abort aEric S. Raymond1996-11-141-3/+32
| | | | | | poll cycle. svn path=/trunk/; revision=540
* Ready.Eric S. Raymond1996-11-131-3/+6
| | | | svn path=/trunk/; revision=537
* Fix Ville Eeerola's bug.Eric S. Raymond1996-11-121-1/+1
| | | | svn path=/trunk/; revision=535
* Eliminate the most common configuration error.Eric S. Raymond1996-11-111-14/+8
| | | | svn path=/trunk/; revision=530
* 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-091-16/+22
| | | | svn path=/trunk/; revision=526
* I *think* this works...Eric S. Raymond1996-11-091-30/+38
| | | | svn path=/trunk/; revision=521