]> Pileus Git - ~andy/fetchmail/history - pop3.c
Drop back to using SockGets/SockWrite.
[~andy/fetchmail] / pop3.c
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.
1996-10-21 Eric S. RaymondBetter errorb bailout in the UIDL handling.
1996-10-19 Eric S. RaymondMajor improvements in --check processing. New-message...
1996-10-19 Eric S. RaymondBetter octet-message parsing.
1996-10-17 Eric S. RaymondRemove all those obnoxious block comments.
1996-10-13 Eric S. RaymondFixes for UIDL and Kerberos problems.
1996-10-11 Eric S. RaymondChanged copyrights, they're now by reference.
1996-10-10 Eric S. RaymondUIDs, take 3.
1996-10-10 Eric S. RaymondUIDs, phase 2.
1996-10-10 Eric S. RaymondKerberos integration, stage 3.
1996-10-10 Eric S. RaymondRelocate the kerberos code to driver.c.
1996-10-10 Eric S. RaymondChris Hanson's Kerberos support, plus documentation.
1996-10-09 Eric S. RaymondCleaner authentication code.
1996-10-09 Eric S. RaymondLet POP3 pick up the message length.
1996-10-09 Eric S. RaymondRemoved all pretentions to RPOP support.
1996-10-04 Eric S. RaymondRC file syntax change, folder->mailbox, remote->remotename.
1996-10-04 Eric S. RaymondAvoid SPARC bug.
1996-10-04 Eric S. RaymondAvoid SPARC bug.
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. RaymondGive up on POP3 UIDs, they're a dead loss.
1996-09-28 Eric S. RaymondBetter comments.
1996-09-28 Eric S. RaymondWith any luck, this is a correct implementation of...
1996-09-27 Eric S. RaymondWe know APOP works. Also add a POP3 optimization.
1996-09-26 Eric S. RaymondNo more rpopid field.
1996-09-25 Eric S. RaymondYet more simplification.
1996-09-25 Eric S. RaymondAnother simplification.
1996-09-25 Eric S. RaymondOne more simplification.
1996-09-25 Eric S. RaymondEliminate some unnecessary headers.
1996-09-24 Eric S. RaymondThe great name change.
1996-09-23 Eric S. RaymondBetter protection against buffer overruns.
1996-09-13 Eric S. RaymondAdd RPOP support.
1996-09-12 Eric S. RaymondNo more `bis'.
1996-09-12 Eric S. Raymondexclude --remote from POP3.
1996-09-11 Eric S. RaymondReenable APOP compilation.
1996-08-27 Eric S. RaymondPortability cleanup.
1996-08-27 Eric S. RaymondSuccessfully genericized POP3 and IMAP.
1996-08-27 Eric S. RaymondEliminate the dedicated POP3 driver loop.
1996-08-26 Eric S. RaymondAdded autoprobe logic.
1996-08-26 Eric S. RaymondWe have IMAP support.
1996-08-23 Eric S. RaymondCondition out most of the debugging.
1996-08-22 Eric S. RaymondAdded support for RFC-1725-compliant servers with UIDL...
1996-08-22 Eric S. RaymondChange the LAST logic slightly, preparatory to using...
1996-08-02 Eric S. RaymondMinor bug fixes.
1996-07-19 Eric S. RaymondFreeze bug fixes befoire adding more features.
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. RaymondGot rid of verbose member, changed whicpop to protocol.
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