aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
Commit message (Expand)AuthorAgeFilesLines
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-0/+5
* This version seems to work OK.Eric S. Raymond1997-01-161-71/+82
* Simplification time.Eric S. Raymond1997-01-161-7/+3
* We don't modify lines as they pass through any more.Eric S. Raymond1997-01-161-57/+1
* We deal with contibuations more directly now.Eric S. Raymond1997-01-161-12/+0
* One step towards proper continuation handling.Eric S. Raymond1997-01-161-4/+11
* Expunge fix.Eric S. Raymond1997-01-141-9/+0
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-12/+12
* Move as much stuff into server data as possible.Eric S. Raymond1997-01-141-6/+6
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-26/+26
* Stricter hostname parsing.Eric S. Raymond1997-01-131-14/+28
* *** empty log message ***Eric S. Raymond1997-01-101-10/+12
* Grab hostname from greeting line.Eric S. Raymond1997-01-101-5/+66
* Added localdomains option.Eric S. Raymond1997-01-091-4/+27
* Don't use SMTP leader's name for HELO line.Eric S. Raymond1997-01-091-11/+13
* SMTP forwarding fix.Eric S. Raymond1997-01-091-1/+1
* Added the preconnect feature.Eric S. Raymond1997-01-081-1/+9
* Rich Kalawiec's byte-stuffing fix.Eric S. Raymond1997-01-081-1/+3
* Cleaned up ticker dots code.Eric S. Raymond1996-12-301-0/+1
* Fix from-handling bug.Eric S. Raymond1996-12-301-4/+5
* Dave Bodenstab's error changes.Eric S. Raymond1996-12-301-10/+14
* Have IMAP set seen flag if keep is on.Eric S. Raymond1996-12-271-1/+1
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-29/+19
* Compensate for possible block-buffering of sockfp.Eric S. Raymond1996-12-191-0/+3
* Improved error message.Eric S. Raymond1996-12-191-1/+1
* This is at least an improvement.Eric S. Raymond1996-12-191-9/+11
* Added `fetchlimit'.Eric S. Raymond1996-12-181-0/+5
* Accept MX and canonical names in Received lines.Eric S. Raymond1996-12-181-8/+26
* Minor source cleanup.Eric S. Raymond1996-12-171-31/+29
* Remove some inclusions no longer needed.Eric S. Raymond1996-12-171-1/+1
* Cosmetic fix.Eric S. Raymond1996-12-171-1/+1
* SockGets is gone.Eric S. Raymond1996-12-171-2/+22
* Eliminate SockWrite and SockPrintf.Eric S. Raymond1996-12-171-12/+8
* Eliminate openmailpipe and closemailpipe.Eric S. Raymond1996-12-171-21/+27
* Protocol labels for in-out messages.Eric S. Raymond1996-12-171-2/+2
* Yet morer error message cleanup.Eric S. Raymond1996-12-171-18/+16
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-33/+37
* 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