]> Pileus Git - ~andy/fetchmail/history - pop2.c
Note Earl's regression fix for SSL_CTX_clear_options() on older OpenSSL.
[~andy/fetchmail] / pop2.c
2006-11-27 Matthias AndreeFix typo.
2006-11-27 Matthias AndreeComplain if strong authentication is requested.
2006-11-27 Matthias AndreeTrash shroud store.
2006-11-12 Matthias AndreeFix TLS issue: fail if sslfingerprint, sslproto tls1...
2006-11-01 Matthias AndreeSnapshot 6.3.6-rc1.
2006-03-14 Matthias AndreeFix more compiler warnings.
2005-12-05 Matthias AndreeFix broken default port in POP2. Patch by Stanislav...
2005-11-09 Matthias AndreeChange method->trail prototype to allow passing a tag...
2005-08-02 Matthias AndreeRemove port/service dualism and make everything a service.
2005-07-30 Matthias Andreestrcpy -> strlcpy, strcat -> strlcat
2004-06-19 Matthias AndreeFix various warnings.
2003-10-15 Eric S. RaymondSunil's transaction patches.
2002-12-26 Eric S. RaymondRoutine updates, including the latest Shetye patch.
2001-03-22 Eric S. RaymondBug fixes.
2001-03-14 Eric S. RaymondShrouding is now done over a narrower scope.
2001-03-13 Eric S. RaymondNake methods invisible except through the driver's...
1999-11-06 Eric S. RaymondReady to send this to Mike.
1999-10-27 Eric S. RaymondThis preliminary SSL patch goes to Mike.
1998-03-24 Eric S. RaymondIncorporated Henrik Storner's mimedecode patch.
1998-03-18 Eric S. RaymondFix IMAP password shrouding.
1998-02-16 Eric S. RaymondIPV6.
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-14 Eric S. RaymondSimplify the length handling.
1997-08-07 Eric S. RaymondDeal with X-IMAP header properly.
1997-07-01 Eric S. RaymondSome configuration cleanup.
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. RaymondNormal build is now with POP2 disabled and optimization on.
1997-05-17 Eric S. RaymondIMAP now splits its request in half.
1997-05-15 Eric S. RaymondAdd multiple-folder support.
1997-05-13 Eric S. RaymondChange type of socket descriptors from FILE * to int...
1997-01-24 Eric S. RaymondIntroduce gen_recv.
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.
1996-12-09 Eric S. RaymondAdd full IMAP4 capability.
1996-11-08 Eric S. RaymondPrototypes everywhere.
1996-11-06 Eric S. RaymondBack out the attempt to use stdio.
1996-11-04 Eric S. RaymondEliminated socket.h.
1996-11-04 Eric S. RaymondSpecial socket I/O almost gone!
1996-10-31 Eric S. RaymondSTEP 3: File pointer arguments in SockGets()/SockPuts().
1996-10-31 Eric S. RaymondSTEP 1: Make all methods take file pointer arguments.
1996-10-26 Eric S. Raymondgcc -Wall cleanup.
1996-10-26 Eric S. RaymondMajor changes of data structure and variable names.
1996-10-26 Eric S. RaymondAdded filtering by length. Ugh.
1996-10-19 Eric S. RaymondMajor improvements in --check processing. New-message...
1996-10-17 Eric S. RaymondRemove all those obnoxious block comments.
1996-10-04 Eric S. RaymondRC file syntax change, folder->mailbox, remote->remotename.
1996-10-02 Eric S. RaymondMake the check for whether --flush and --all work proto...
1996-10-02 Eric S. RaymondReverse order of arguments in OK method.
1996-10-01 Eric S. RaymondSimplify the driver main loop.
1996-09-28 Eric S. RaymondThe great options massacre.
1996-09-28 Eric S. RaymondWith any luck, this is a correct implementation of...
1996-09-25 Eric S. RaymondEliminate unnecessary verbiage.
1996-09-25 Eric S. RaymondEliminate some unnecessary headers.
1996-09-25 Eric S. RaymondPOP2 now goes through the generic driver.
1996-09-24 Eric S. RaymondQuiet the program down a bit.
1996-09-24 Eric S. RaymondThe great name change.
1996-09-23 Eric S. RaymondBetter protection against buffer overruns.
1996-09-12 Eric S. RaymondAdded port-specification option.
1996-09-11 Eric S. RaymondMost of the way to SMTP forwarding.
1996-09-11 Eric S. RaymondCosmetic change.
1996-08-26 Eric S. RaymondAdded autoprobe logic.
1996-08-26 Eric S. RaymondWe have IMAP support.
1996-07-03 Eric S. RaymondChange of name.
1996-07-03 Eric S. Raymondoptrec -> hostrec.
1996-07-03 Eric S. RaymondGot rid of line limit member.
1996-07-03 Eric S. RaymondMerged hostrec and option structures.
1996-07-02 Eric S. RaymondSome name changes.
1996-06-28 Eric S. RaymondLicensing and copyright changes pursuant to Carl Harris...
1996-06-26 Eric S. RaymondThis is what I sent Harris.
1996-06-24 Eric S. RaymondInitial revision