]> Pileus Git - ~andy/fetchmail/history - imap.c
Drop back to using SockGets/SockWrite.
[~andy/fetchmail] / imap.c
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. RaymondOoops...don't exit where a return will do.
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-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. RaymondNo more FLAGS.SILENT.
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-13 Eric S. RaymondAdd historically useful commment.
1996-10-10 Eric S. RaymondMake deletions slightly faster.
1996-10-10 Eric S. RaymondShip IMAP passwords as quoted strings.
1996-10-04 Eric S. RaymondRC file syntax change, folder->mailbox, remote->remotename.
1996-10-02 Eric S. RaymondReverse order of arguments in OK method.
1996-10-01 Eric S. RaymondSimplify the driver main loop.
1996-10-01 Eric S. RaymondBetter IMAP support.
1996-10-01 Eric S. RaymondFix broken response parsing.
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. RaymondMove Chris Newman's criticism here.
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-08-27 Eric S. RaymondCorrect processing of greeting messages.
1996-08-27 Eric S. RaymondPortability cleanup.
1996-08-27 Eric S. RaymondSuccessfully genericized POP3 and IMAP.
1996-08-27 Eric S. RaymondGenericized version of POP3 works.
1996-08-27 Eric S. RaymondGenericize the drive loop.
1996-08-26 Eric S. RaymondAdded autoprobe logic.
1996-08-26 Eric S. RaymondInitial revision