]> Pileus Git - ~andy/fetchmail/history - imap.c
Clean up logfile vs. syslog handling.
[~andy/fetchmail] / imap.c
1998-10-26 Eric S. RaymondJonathan T. Agnew's massive code cleanup.
1998-10-20 Eric S. RaymondCosmetic fix.
1998-10-17 Eric S. RaymondMore verbosity fixes.
1998-10-17 Eric S. RaymondIntroduced O_DEBUG.
1998-07-25 Eric S. RaymondSockClose() abstraction.
1998-06-30 Eric S. RaymondFix to OPIE code.
1998-06-08 Eric S. RaymondRe-enable OPIE build.
1998-06-04 Eric S. RaymondBrendan Cully's fixes for GSSAPI.
1998-05-15 Eric S. Raymond*** empty log message ***
1998-05-12 Eric S. RaymondNetBSD config changes.
1998-03-24 Eric S. RaymondTypo fix.
1998-03-24 Eric S. RaymondIncorporated Henrik Storner's mimedecode patch.
1998-03-18 Eric S. RaymondFix IMAP password shrouding.
1998-03-17 Eric S. RaymondFix -Wall warnings.
1998-03-17 Eric S. RaymondGet copmpatible with Cyrus again.
1998-03-16 Eric S. RaymondSpaces in IMAP names.
1998-03-13 Eric S. RaymondTrue caseblinding.
1998-03-03 Eric S. RaymondImplement RFC1730 quoting.
1998-03-02 Eric S. RaymondRelax the LOGIN capability test.
1998-02-26 Eric S. RaymondMSGBUFSIZE everywhere.
1998-02-26 Eric S. RaymondDon't assume IMAP4rev0 servers will advertise AUTH...
1998-02-21 Eric S. RaymondCraig's patches in response to cmetz3.
1998-02-20 Eric S. RaymondChanges for OTP-IMAP.
1998-02-19 Eric S. RaymondFix IMAP4rev1 detection.
1998-02-17 Eric S. RaymondCleanup.
1998-02-17 Eric S. Raymond*** empty log message ***
1998-02-16 Eric S. RaymondIPV6.
1998-01-23 Eric S. RaymondCorrect deletion-counter handling on re-poll.
1998-01-18 Eric S. RaymondCAPABILITY may be only one of a boatload of untagged...
1997-12-18 Eric S. RaymondRemodularize.
1997-12-18 Eric S. RaymondFixed -e 0 bug.
1997-12-15 Eric S. RaymondGSSAPI support.
1997-12-14 Eric S. RaymondCleanup of numeric option handling.
1997-11-05 Eric S. RaymondMinor bug fixes im IMAP handling.
1997-10-27 Eric S. RaymondVarious minor bug fixes.
1997-10-27 Eric S. RaymondUse EXAMINE where appropriate.
1997-10-16 Eric S. RaymondTry to fix IMAP-K4 yet again.
1997-10-15 Eric S. RaymondWolfgang Wander's patches.
1997-10-14 Eric S. RaymondFix IMAP-K4.
1997-10-10 Eric S. Raymond-Wall cleanup.
1997-10-10 Eric S. RaymondMinor tweaks.
1997-10-06 Eric S. RaymondBetter behavior on line hits.
1997-10-05 Eric S. RaymondFix the Kooijman bug.
1997-10-04 Eric S. RaymondSimplify life.
1997-10-02 Eric S. RaymondTypo fix.
1997-10-01 Eric S. RaymondRearrange so CAPABILITY is queried before LOGIN.
1997-09-30 Eric S. RaymondMore robust message size queries
1997-09-30 Eric S. RaymondEliminate the "No mail" message on second and later...
1997-09-30 Eric S. RaymondSmart re-polling support.
1997-09-28 Eric S. RaymondAdded --expunge option for Richard Kooidjman.
1997-09-23 Eric S. RaymondMake X-IMAP test universal.
1997-09-22 Eric S. RaymondCleaner CAPABILITY handling.
1997-09-18 Eric S. RaymondFix error in IMAP size retrieval.
1997-09-18 Eric S. Raymond*** empty log message ***
1997-09-16 Eric S. RaymondFix bug in number-scanning.
1997-09-14 Eric S. RaymondSimplify the length handling.
1997-09-09 Eric S. RaymondAllow this to work with Cyrus server.
1997-09-03 Eric S. RaymondFreeBSD port changes.
1997-08-07 Eric S. RaymondDeal with X-IMAP header properly.
1997-07-30 Eric S. RaymondSend truename in Kerberos transactions.
1997-07-01 Eric S. RaymondSome configuration cleanup.
1997-07-01 Eric S. RaymondAnother try at Kerberos autoconfiguration.
1997-06-26 Eric S. RaymondFix the length checks.
1997-06-24 Eric S. RaymondFix the Kerberos code.
1997-06-14 Eric S. RaymondDon't rely on the size being in POP3's fetch response...
1997-06-13 Eric S. RaymondCopyright cleanup.
1997-06-13 Eric S. RaymondMore bool conversions.
1997-06-11 Eric S. Raymond-Wall cleanup.
1997-06-10 Eric S. RaymondGuarantee that we can deduce a 32-bit type.
1997-06-05 Eric S. RaymondDeal with 0-length response.
1997-06-04 Eric S. RaymondRob Funk was right.
1997-06-04 Eric S. RaymondFix Rob Funk's bug.
1997-06-02 Eric S. RaymondCaseblind interpretation of capability response.
1997-05-28 Eric S. RaymondForce 32 bits for RFC1731 calculation.
1997-05-27 Eric S. RaymondNailed.
1997-05-27 Eric S. RaymondAdd imap-k4 capability.
1997-05-17 Eric S. RaymondCleanup.
1997-05-17 Eric S. RaymondAnother step towards cleaner code.
1997-05-17 Eric S. RaymondIMAP now splits its request in half.
1997-05-15 Eric S. RaymondAdd multiple-folder support.
1997-05-15 Eric S. Raymond-Wall cleanup.
1997-05-13 Eric S. RaymondChange type of socket descriptors from FILE * to int...
1997-02-15 Eric S. RaymondRFC2061 changes.
1997-01-27 Eric S. RaymondCR-strip fix.
1997-01-24 Eric S. RaymondAvoid random return value.
1997-01-24 Eric S. RaymondIntroduce gen_recv.
1997-01-23 Eric S. RaymondSet peek_capable properly.
1997-01-23 Eric S. RaymondMake this aware of RFC2060.
1997-01-16 Eric S. RaymondPhilippe de Muyter's Motorola fixes.
1997-01-14 Eric S. RaymondDeal with the fact that EXPUNGEs changed fetch numbers.
1997-01-14 Eric S. RaymondExpunge fix.
1997-01-14 Eric S. RaymondDynamic allocation for the query structure string entries.
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-17 Eric S. RaymondRemove some inclusions no longer needed.
1996-12-17 Eric S. RaymondClean up some extra trailing LFs.
1996-12-17 Eric S. RaymondSockGets is gone.
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. RaymondMore through error conversion.
next