]> Pileus Git - ~andy/fetchmail/history - driver.c
Ready for the UIDL patch.
[~andy/fetchmail] / driver.c
1997-03-07 Eric S. RaymondReady for the UIDL patch.
1997-02-21 Eric S. RaymondLocalize the effect of DNS errors.
1997-02-21 Eric S. RaymondTypo fix.
1997-02-19 Eric S. RaymondAdded SMTP hunt list feature.
1997-02-18 Eric S. RaymondJohan Vromans's fix.
1997-02-18 Eric S. RaymondStrip out Return-Path headers.
1997-02-18 Eric S. RaymondDave Bodenstab's error-message corrections.
1997-02-18 Eric S. RaymondJanos Farkas's fixes.
1997-02-17 Eric S. RaymondFix embarassing bug.
1997-02-17 Eric S. RaymondLose the `received' option; we now say `no envelope'.
1997-02-17 Eric S. RaymondUse Return-Path.
1997-02-16 Eric S. RaymondFirst post-3.5 changes.
1997-02-14 Eric S. RaymondTrivial compilation fix.
1997-02-14 Eric S. RaymondAded the `received' option.
1997-02-13 Eric S. RaymondTony Nugent's fixes.
1997-02-13 Eric S. RaymondFoil the rewrite logic.
1997-02-13 Eric S. RaymondDeal with headerless mail.
1997-02-11 Eric S. RaymondTrivalent options.
1997-02-10 Eric S. RaymondAdded RFC1985 ETRN support.
1997-02-10 Eric S. RaymondVarious minor bugfixes.
1997-02-03 Eric S. RaymondFix stripcr and password-stripping.
1997-01-31 Eric S. RaymondAnither step towards reducing malloc calls.
1997-01-30 Eric S. RaymondChange format message.
1997-01-30 Eric S. RaymondShroud password lengths.
1997-01-30 Eric S. RaymondSeparate \r\n trimming from password shrouding.
1997-01-30 Eric S. RaymondComment improvements.
1997-01-30 Eric S. RaymondDon't grab a received_for twice.
1997-01-30 Eric S. RaymondFix Johan Vromans's bug.
1997-01-30 Eric S. RaymondAdd stripcr option.
1997-01-30 Eric S. RaymondPrevent some duplicated headers.
1997-01-29 Eric S. RaymondAvoid that core-dump!
1997-01-28 Eric S. RaymondBetter envelope-address parsing.
1997-01-27 Eric S. RaymondCR-strip fix.
1997-01-25 Eric S. RaymondYet another step.
1997-01-25 Eric S. RaymondStep three.
1997-01-25 Eric S. RaymondDeal with the fact that realloc can relocate.
1997-01-25 Eric S. RaymondYet another step.
1997-01-25 Eric S. RaymondYet another step.
1997-01-25 Eric S. RaymondThis version seems to work.
1997-01-25 Eric S. RaymondFix reply bug.
1997-01-25 Eric S. RaymondCorrected 8BITMIME.
1997-01-24 Eric S. RaymondHandle long address lists.
1997-01-24 Eric S. RaymondBetter notification on authentication failure.
1997-01-24 Eric S. RaymondIntroduce gen_recv.
1997-01-23 Eric S. RaymondAdd notes on RFC1123 conformance.
1997-01-22 Eric S. RaymondGeneral ESMTP support seems pretty good now.
1997-01-22 Eric S. RaymondESMTP SIZE option support.
1997-01-22 Eric S. RaymondSupport for EHLO and 8BITMIME extension.
1997-01-21 Eric S. RaymondHandle zero-length messages.
1997-01-19 Eric S. RaymondError message correction.
1997-01-18 Eric S. RaymondAdded dns/nodns.
1997-01-17 Eric S. RaymondFix message-delimiter logic.
1997-01-16 Eric S. RaymondPhilippe de Muyter's Motorola fixes.
1997-01-16 Eric S. RaymondThis version seems to work OK.
1997-01-16 Eric S. RaymondSimplification time.
1997-01-16 Eric S. RaymondWe don't modify lines as they pass through any more.
1997-01-16 Eric S. RaymondWe deal with contibuations more directly now.
1997-01-16 Eric S. RaymondOne step towards proper continuation handling.
1997-01-14 Eric S. RaymondExpunge fix.
1997-01-14 Eric S. RaymondDynamic allocation for the query structure string entries.
1997-01-14 Eric S. RaymondMove as much stuff into server data as possible.
1997-01-13 Eric S. RaymondGather all server data into a restorable structure.
1997-01-13 Eric S. RaymondStricter hostname parsing.
1997-01-10 Eric S. Raymond*** empty log message ***
1997-01-10 Eric S. RaymondGrab hostname from greeting line.
1997-01-09 Eric S. RaymondAdded localdomains option.
1997-01-09 Eric S. RaymondDon't use SMTP leader's name for HELO line.
1997-01-09 Eric S. RaymondSMTP forwarding fix.
1997-01-08 Eric S. RaymondAdded the preconnect feature.
1997-01-08 Eric S. RaymondRich Kalawiec's byte-stuffing fix.
1996-12-30 Eric S. RaymondCleaned up ticker dots code.
1996-12-30 Eric S. RaymondFix from-handling bug.
1996-12-30 Eric S. RaymondDave Bodenstab's error changes.
1996-12-27 Eric S. RaymondHave IMAP set seen flag if keep is on.
1996-12-24 Eric S. RaymondDrop back to using SockGets/SockWrite.
1996-12-19 Eric S. RaymondCompensate for possible block-buffering of sockfp.
1996-12-19 Eric S. RaymondImproved error message.
1996-12-19 Eric S. RaymondThis is at least an improvement.
1996-12-18 Eric S. RaymondAdded `fetchlimit'.
1996-12-18 Eric S. RaymondAccept MX and canonical names in Received lines.
1996-12-17 Eric S. RaymondMinor source cleanup.
1996-12-17 Eric S. RaymondRemove some inclusions no longer needed.
1996-12-17 Eric S. RaymondCosmetic fix.
1996-12-17 Eric S. RaymondSockGets is gone.
1996-12-17 Eric S. RaymondEliminate SockWrite and SockPrintf.
1996-12-17 Eric S. RaymondEliminate openmailpipe and closemailpipe.
1996-12-17 Eric S. RaymondProtocol labels for in-out messages.
1996-12-17 Eric S. RaymondYet morer error message cleanup.
1996-12-17 Eric S. RaymondUse error() for messages almost everywhere.
1996-12-12 Eric S. RaymondSIGCLD -> SIGCHLD.
1996-12-11 Eric S. RaymondSolve a SIGCLD compilation problem.
1996-12-09 Eric S. RaymondAdd full IMAP4 capability.
1996-12-09 Eric S. RaymondAdded the `envelope' option.
1996-12-07 Eric S. RaymondFix the SIGCLD snafu.
1996-12-06 Eric S. RaymondCleaner exit on error.
1996-12-06 Eric S. RaymondFix a multidrop bug.
1996-12-06 Eric S. RaymondTry to eliminate the core dump.
1996-12-03 Eric S. RaymondInclude alloca.h when you have it.
1996-11-30 Eric S. RaymondTry to accomodate spam filtering
1996-11-28 Eric S. RaymondChange name of string-saver functions.
next