]> Pileus Git - ~andy/fetchmail/history - fetchmail.c
Deal with Post Office/NT.
[~andy/fetchmail] / fetchmail.c
1997-09-19 Eric S. RaymondCompilation cleanups.
1997-09-17 Eric S. RaymondMore portation changes.
1997-09-16 Eric S. Raymondimproved ETRN handling.
1997-09-16 Eric S. RaymondAutoconfigure correctly for SunOS boxes.
1997-09-05 Eric S. RaymondFall back on localhost.
1997-09-05 Eric S. RaymondHave AUTO mode croak on SMTP error.
1997-09-03 Eric S. RaymondUID fix.
1997-08-16 Eric S. RaymondReady for release.
1997-08-13 Eric S. RaymondKPOP mode needs the remotename.
1997-08-13 Eric S. RaymondKPOP mode needs the remotename.
1997-08-10 Eric S. RaymondAdd uname -a to debugging output.
1997-08-08 Eric S. RaymondAnother fix or the ISC port.
1997-08-07 Eric S. RaymondInteractive UNIX System V/386 Release 3.2 port.
1997-08-06 Eric S. RaymondFixed Bill Powers's uid bug.
1997-08-04 Eric S. RaymondInterval cleanup.
1997-08-04 Eric S. RaymondAdded `postconnect'.
1997-07-31 Eric S. RaymondSimplify the computation of truename.
1997-07-30 Eric S. RaymondBreak the pollname out of the names list.
1997-07-30 Eric S. RaymondTry to fix the HELO NULL bug.
1997-07-28 Eric S. RaymondAdded the dropstatus option.
1997-07-24 Eric S. RaymondAdded the via option.
1997-07-18 Eric S. RaymondBetter password security.
1997-07-10 Eric S. RaymondAvoid using bool, so we don't have to condition on...
1997-07-08 Eric S. RaymondChange in exit status semantics.
1997-07-05 Eric S. RaymondAllow duplicate hostnames again.
1997-07-04 Eric S. RaymondMove environment query stuff to env.c.
1997-07-04 Eric S. RaymondRemodularize so the parser is more self-contained.
1997-07-04 Eric S. RaymondRemove redundant declaration.
1997-07-03 Eric S. RaymondLOCKBUSY changes.
1997-07-01 Eric S. RaymondRemove poprc compatibility hook.
1997-07-01 Eric S. RaymondEliminate a GETHOSTBYNAME dependency.
1997-07-01 Eric S. RaymondSome configuration cleanup.
1997-07-01 Eric S. RaymondDon't link ETRN support unless we can use gethostbyname.
1997-06-25 Eric S. RaymondAndrey Chernov's flag.
1997-06-24 Eric S. RaymondFix Jochen's bug.
1997-06-11 Eric S. RaymondPut in Dave Holland's feature.
1997-06-11 Eric S. RaymondStep towards supporting command-line zeroing of numeric...
1997-06-11 Eric S. RaymondIntroduced bool.
1997-06-11 Eric S. Raymond-Wall cleanup.
1997-06-11 Eric S. RaymondNormal build is now with POP2 disabled and optimization on.
1997-05-29 Eric S. RaymondForbid starting a fetchmail with options when there...
1997-05-28 Eric S. RaymondAdded the interval option.
1997-05-28 Eric S. RaymondProperly initialize smtp_socket member.
1997-05-27 Eric S. RaymondAdd imap-k4 capability.
1997-05-15 Eric S. RaymondAdd multiple-folder support.
1997-05-15 Eric S. Raymond-Wall cleanup.
1997-05-14 Eric S. RaymondAvoid a core dump in .netrc use.
1997-05-13 Eric S. RaymondChange type of socket descriptors from FILE * to int...
1997-05-13 Eric S. RaymondRemove bad message.
1997-05-13 Eric S. RaymondCaseblind comparison of names, more explicitness about...
1997-05-08 Eric S. RaymondImproved configuration and compilation.
1997-04-29 Eric S. RaymondHacks for avoiding compiler warnings under SunOS.
1997-04-17 Eric S. RaymondAdded forcecr option.
1997-04-06 Eric S. RaymondBetter error logging.
1997-04-05 Eric S. RaymondOption changes.
1997-03-13 Eric S. RaymondAdded -U option.
1997-03-13 Eric S. RaymondAdded `set daemon'.
1997-02-20 Eric S. RaymondAdd version number to -v output.
1997-02-19 Eric S. RaymondAdded SMTP hunt list feature.
1997-02-18 Eric S. RaymondDon't need to give execute permissions.
1997-02-17 Eric S. RaymondLose the `received' option; we now say `no envelope'.
1997-02-14 Eric S. RaymondAded the `received' option.
1997-02-13 Eric S. RaymondAllow the smtphost option to set the host queried for...
1997-02-13 Eric S. RaymondReady for 3-4.
1997-02-11 Eric S. RaymondTrivalent options.
1997-02-11 Eric S. RaymondTypo fix.
1997-02-10 Eric S. RaymondAdded RFC1985 ETRN support.
1997-02-10 Eric S. RaymondVarious minor bugfixes.
1997-02-02 Eric S. RaymondDave Bodenstab's fixes.
1997-01-30 Eric S. RaymondAdd stripcr option.
1997-01-30 Eric S. RaymondPrevent a core-dump bug.
1997-01-24 Eric S. RaymondCorrect the interface parsing.
1997-01-23 Eric S. RaymondComment fix.
1997-01-20 Eric S. RaymondRPOP support is back.
1997-01-19 Eric S. RaymondGeorge Sipe's monitor fixes.
1997-01-18 Eric S. RaymondAdded dns/nodns.
1997-01-17 Eric S. RaymondFix the second incanation of the HELO bug.
1997-01-16 Eric S. RaymondPhilippe de Muyter's Motorola fixes.
1997-01-14 Eric S. RaymondThe batchlimit option is now per user.
1997-01-14 Eric S. RaymondChange `interface' and `monitor' options to per-server.
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. RaymondFix --quit uin root mode bug.
1997-01-10 Eric S. RaymondSolaris portability.
1997-01-10 Eric S. RaymondDon't infinite-loop in defaults.
1997-01-09 Eric S. RaymondAdded localdomains option.
1997-01-08 Eric S. RaymondAdded the preconnect feature.
1997-01-07 Eric S. RaymondAdd netrc parsing.
1996-12-30 Eric S. RaymondDave Bodenstab's error changes.
1996-12-29 Eric S. RaymondAfter George Sipe's changes.
1996-12-26 Eric S. RaymondSupport interface check in foreground as well as daemon...
1996-12-25 Eric S. RaymondSlight message improvements.
1996-12-24 Eric S. RaymondGeorge Sipe's patch.
1996-12-23 Eric S. RaymondRemove some NExT-specific cruft.
1996-12-23 Eric S. RaymondAdd dumping for -I, -M.
1996-12-23 Eric S. RaymondEliminate ^ syntax.
1996-12-23 Eric S. RaymondChange lockfile location.
1996-12-23 Eric S. RaymondIntroduced George Sipe's -I and -M options.
1996-12-18 Eric S. RaymondAdded `fetchlimit'.
next