]> Pileus Git - ~andy/fetchmail/history - pop3.c
Enclose string dumps in doublequotes to work with visbuf properly.
[~andy/fetchmail] / pop3.c
1998-08-17 Eric S. RaymondSecond version of SDPS.
1998-08-03 Eric S. RaymondAdded experimental SDPS support.
1998-07-13 Eric S. RaymondCleanup and bug fixes.
1998-06-30 Eric S. RaymondEnable CompuServe users to suppress RPA.
1998-06-30 Eric S. RaymondFix to OPIE code.
1998-06-08 Eric S. RaymondRe-enable OPIE build.
1998-06-05 Eric S. RaymondReinstate the fetchall kluge.
1998-06-03 Eric S. RaymondPOP3 should work on CompuServe now.
1998-05-23 Eric S. RaymondRemove the fetchall kluge.
1998-05-16 Eric S. RaymondBetter fix for qpopper TOP problem.
1998-04-20 Eric S. RaymondAllow fetchall to switch off TOP use.
1998-04-19 Eric S. RaymondFix comment.
1998-04-14 Eric S. RaymondEliminate caseblinding of UID comparisons.
1998-03-26 Eric S. RaymondUse TOP instead of RETR for POP3 retrieval.
1998-03-26 Eric S. RaymondDocument the fact that TOP doesn't really let us do...
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. RaymondDick van den Burg's patch.
1998-03-13 Eric S. RaymondRe-engineer the UIDL stuff to avoid having the status...
1998-03-13 Eric S. RaymondNailed.
1998-03-07 Eric S. RaymondFix wrong-password coredump.
1998-02-20 Eric S. RaymondChanges for OTP-IMAP.
1998-02-16 Eric S. RaymondAlll of Craig Metz's changes for IPv6 and IPSEC except...
1998-01-23 Eric S. RaymondCorrected OTP support.
1997-12-01 Eric S. RaymondBetter POP3 error messages.
1997-11-28 Eric S. RaymondSent this to Gunther Leber.
1997-11-22 Eric S. RaymondReady to ship, I think.
1997-10-15 Eric S. RaymondWolfgang Wander's patches.
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-04 Eric S. RaymondEnable conditioning out of POP3, IMAP, ETRN.
1997-10-02 Eric S. RaymondApply Wolf Schmidt's fixes to the RPA dialogue.
1997-09-30 Eric S. RaymondMore robust message size queries
1997-09-30 Eric S. RaymondIntegrated RPA support.
1997-09-30 Eric S. RaymondRearrange the code to clean up lock-checking in getauth.
1997-09-30 Eric S. RaymondSmart re-polling support.
1997-09-28 Eric S. RaymondAdded --expunge option for Richard Kooidjman.
1997-09-28 Eric S. RaymondGreg Stark's first round of patches.
1997-09-25 Eric S. RaymondSimplified OTP logic.
1997-09-25 Eric S. RaymondSecond pass at OPIE.
1997-09-25 Eric S. RaymondFirst pass at OPIE 2.32 support.
1997-09-23 Eric S. RaymondMake X-IMAP test universal.
1997-09-23 Eric S. RaymondCleanup.
1997-09-22 Eric S. RaymondAlain Knaff's patch.
1997-09-14 Eric S. RaymondSimplify the length handling.
1997-09-14 Eric S. RaymondWorks with Microsoft Exchange.
1997-08-16 Eric S. RaymondWolfgang Wander's patch for better UIDL-only support.
1997-08-07 Eric S. RaymondDeal with X-IMAP header properly.
1997-08-01 Eric S. RaymondFix the POP3 querying.
1997-07-21 Eric S. RaymondAdd comment.
1997-07-17 Eric S. RaymondFirst round of changes for OPIE support.
1997-07-03 Eric S. RaymondLOCKBUSY changes.
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. RaymondMore bool conversions.
1997-06-13 Eric S. RaymondHandle slavishly RFC1725-conformant servers.
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-04-06 Eric S. RaymondBetter error logging.
1997-03-13 Eric S. RaymondAdded -U option.
1997-02-10 Eric S. RaymondVarious minor bugfixes.
1997-01-28 Eric S. RaymondCorrect length calculation.
1997-01-24 Eric S. RaymondBetter error tracking.
1997-01-24 Eric S. RaymondIntroduce gen_recv.
1997-01-20 Eric S. RaymondRPOP support is back.
1997-01-16 Eric S. RaymondPhilippe de Muyter's Motorola fixes.
1997-01-14 Eric S. RaymondExpunge fix.
1997-01-14 Eric S. RaymondDynamic allocation for the query structure string entries.
1997-01-13 Eric S. RaymondGather all server data into a restorable structure.
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-18 Eric S. RaymondNote that ID comparisons are caseblind.
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-17 Eric S. RaymondUse error() for messages almost everywhere.
1996-12-09 Eric S. RaymondAdd full IMAP4 capability.
1996-11-28 Eric S. RaymondChange name of string-saver functions.
1996-11-27 Eric S. RaymondAvoid malloc overrun core-dump.
1996-11-16 Eric S. RaymondGeneral cleanup for 2.0 release.
1996-11-11 Eric S. RaymondFix for unusual octet count format.
1996-11-08 Eric S. RaymondPrototypes everywhere.
1996-11-06 Eric S. RaymondBack out the attempt to use stdio.
1996-11-04 Eric S. RaymondInsert fseeks to prevent read-write lossage.
1996-11-04 Eric S. RaymondEliminated socket.h.
1996-11-04 Eric S. RaymondSpecial socket I/O almost gone!
1996-11-01 Eric S. RaymondHeader cleanup.
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. RaymondInclude mx.h, fix a memory leak.
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-21 Eric S. RaymondCleaner UIDL.
1996-10-21 Eric S. RaymondScreem loudly on protocol errors.
next