]> Pileus Git - ~andy/fetchmail/history - driver.c
Deal with Post Office/NT.
[~andy/fetchmail] / driver.c
1997-09-24 Eric S. RaymondDeal with Post Office/NT.
1997-09-24 Eric S. RaymondBetter logging line.
1997-09-24 Eric S. RaymondImproved the header line.
1997-09-23 Eric S. RaymondMake the X-IMAP check independent of protocol.
1997-09-23 Eric S. RaymondAvoid spurious matches in the Received line.
1997-09-23 Eric S. RaymondCode rearrangement.
1997-09-22 Eric S. RaymondAdd new Received header.
1997-09-22 Eric S. RaymondPrevent buffer overruns.
1997-09-19 Eric S. RaymondTemporarily suppress message length check.
1997-09-18 Eric S. RaymondCorrect off-by-one error in expect messages.
1997-09-18 Eric S. RaymondTry to do better length computation.
1997-09-18 Eric S. Raymond*** empty log message ***
1997-09-17 Eric S. RaymondMore portation changes.
1997-09-16 Eric S. Raymondimproved ETRN handling.
1997-09-16 Eric S. RaymondCheck for MS-Exchangeness.
1997-09-14 Eric S. RaymondSimplify the length handling.
1997-09-14 Eric S. RaymondNo more delimited flags on the stack.
1997-09-14 Eric S. RaymondWorks with Microsoft Exchange.
1997-09-11 Eric S. RaymondFixed a spurious message.
1997-09-06 Eric S. RaymondBetter RCPT TO address generation.
1997-09-05 Eric S. RaymondTry to get better connection-failure messages.
1997-09-05 Eric S. RaymondAvoid yet another core dump.
1997-09-05 Eric S. RaymondPrevent core dumps on messages with no destination...
1997-09-04 Eric S. RaymondCleanup.
1997-09-04 Eric S. RaymondBetter failure reporting on SMTP connect failures.
1997-09-03 Eric S. RaymondFreeBSD port changes.
1997-09-03 Eric S. RaymondTry canonicalizing with the SMTP host.
1997-09-03 Eric S. RaymondFix bad sprintf calls.
1997-08-16 Eric S. RaymondWolfgang Wander's patch for better UIDL-only support.
1997-08-15 Eric S. RaymondRemoved limit on number of destination headers.
1997-08-12 Eric S. RaymondFix dor non-Linux systems.
1997-08-11 Eric S. RaymondBetter exim support.
1997-08-11 Eric S. RaymondDave Bodenstab's fix for flaky phone lines.
1997-08-07 Eric S. RaymondDeal with X-IMAP header properly.
1997-08-06 Eric S. RaymondBetter modularity.
1997-08-04 Eric S. RaymondAdded `postconnect'.
1997-08-02 Eric S. RaymondSuppress both forwarding and deletion on DNS errors.
1997-08-02 Eric S. RaymondSuppress both forwarding and deletion on DNS errors.
1997-08-01 Eric S. RaymondSuppress some unnecessary messages.
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. RaymondWe don't have a "canonical name" field anymore.
1997-07-30 Eric S. RaymondTry to fix the HELO NULL bug.
1997-07-29 Eric S. RaymondSlightly changed handling of Envelope option.
1997-07-29 Eric S. RaymondReceived parsing is a special case of Envelope parsing.
1997-07-28 Eric S. RaymondAdded the dropstatus option.
1997-07-24 Eric S. RaymondAdded the via option.
1997-07-24 Eric S. RaymondBetter bounds checking.
1997-07-10 Eric S. RaymondAvoid using bool, so we don't have to condition on...
1997-07-10 Eric S. RaymondImprove the error messages.
1997-07-06 Eric S. RaymondDeal with the new logic for aetting lead_server.
1997-07-03 Eric S. RaymondCosmetic tweak.
1997-07-03 Eric S. RaymondLOCKBUSY changes.
1997-07-01 Eric S. RaymondAnother try at Kerberos autoconfiguration.
1997-06-27 Eric S. RaymondShow message count.
1997-06-25 Eric S. RaymondAndrey Chernov's flag.
1997-06-25 Eric S. RaymondFix minor bug in Received parsing.
1997-06-25 Eric S. RaymondFixed Paul Sutcliffe's fooup.
1997-06-24 Eric S. RaymondHeader reorganization.
1997-06-19 Eric S. RaymondAvoid getting sizes when there is no mail.
1997-06-17 Eric S. RaymondDon't issue body bytes in silent mode.
1997-06-16 Eric S. RaymondHandle multiple To: headers.
1997-06-14 Eric S. RaymondDon't rely on the size being in POP3's fetch response...
1997-06-13 Eric S. RaymondReclaim file descriptors on timeout.
1997-06-13 Eric S. RaymondCopyright cleanup.
1997-06-11 Eric S. RaymondPut in Dave Holland's feature.
1997-06-11 Eric S. RaymondSuppress body size display if we've pre-fetched message...
1997-06-11 Eric S. RaymondIntroduced bool.
1997-06-11 Eric S. Raymond-Wall cleanup.
1997-06-09 Eric S. RaymondAdd "body bytes" count.
1997-06-05 Eric S. RaymondYet another step towards handling zero-length messages.
1997-06-05 Eric S. RaymondYet another step towards zero-length message handling.
1997-06-05 Eric S. RaymondAnother step towards correct handling of bodiless messages.
1997-06-05 Eric S. RaymondFix Harry Hoccheiser's bug.
1997-06-02 Eric S. RaymondAdded 550 response.
1997-06-02 Eric S. RaymondSometimes now we only count header bytes.
1997-06-02 Eric S. RaymondAdd exim 501 response.
1997-05-28 Eric S. RaymondFix error response on 571.
1997-05-17 Eric S. RaymondBetter antispam at last.
1997-05-17 Eric S. RaymondBetter functional separation.
1997-05-17 Eric S. RaymondAnother step towards cleaner code.
1997-05-17 Eric S. RaymondIMAP now splits its request in half.
1997-05-17 Eric S. RaymondIntroduce forward_ok.
1997-05-17 Eric S. RaymondSimplify smtp_open calling logic.
1997-05-15 Eric S. RaymondAdd multiple-folder support.
1997-05-15 Eric S. Raymond-Wall cleanup.
1997-05-15 Eric S. RaymondBetter >From handling.
1997-05-15 Eric S. RaymondAdd mailbox indication.
1997-05-14 Eric S. RaymondDetect embedded NULs.
1997-05-14 Eric S. RaymondUse the actual line length for decrementing the IMAP...
1997-05-14 Eric S. RaymondBe sure to write the headers properly.
1997-05-13 Eric S. RaymondChange type of socket descriptors from FILE * to int...
1997-05-13 Eric S. RaymondCaseblind comparison of names, more explicitness about...
1997-04-29 Eric S. RaymondHacks for avoiding compiler warnings under SunOS.
1997-04-23 Eric S. RaymondFix \rs in error-message handling for qmail.
1997-04-17 Eric S. RaymondAdded forcecr option.
1997-04-16 Eric S. RaymondCorrect return status,
1997-04-16 Eric S. RaymondError message correction.
1997-04-06 Eric S. RaymondBetter error logging.
1997-04-05 Eric S. RaymondRobert de Bath's changes.
next