]> code.delx.au - offlineimap/history - src
Added test for string3501
[offlineimap] / src /
2008-08-12 John GoerzenAdded Parser/Prim.hs
2008-08-12 John GoerzenInitial stab at readFullResponse
2008-08-12 John GoerzenWorking on getFullLine_count
2008-08-12 John GoerzenTest for failure in readLine and readBytes
2008-08-12 John GoerzenChanged Connection to use StateT instead of State,...
2008-08-12 John GoerzenComment typo
2008-08-11 John GoerzenAdded runLinesConnection
2008-08-11 John GoerzenAdded IMAPState to clean up readability
2008-08-11 John GoerzenRefine the State-based connection
2008-08-11 John GoerzenFixed compilation errors
2008-08-11 John GoerzenStarting to work on Connection
2008-08-11 John GoerzenAdded Parser.hs, working on initial code
2008-08-06 John GoerzenStarting work in IMAP parser
2008-05-29 John GoerzenRename ModifyContent to SetContent
2008-05-29 John Goerzencompilation fixes
2008-05-29 John GoerzenA bit of work on sync stuff
2008-05-29 John GoerzenTESTS PASS
2008-05-29 John GoerzenMuch progress on syncable; important tests are passing!
2008-05-29 John GoerzenI think the child payload is fixed
2008-05-29 John GoerzenGetting closer on Syncable, I think
2008-05-29 John GoerzenTrying more work on modified children
2008-05-29 John GoerzendiffCollection now works with values
2008-05-29 John GoerzenWoot, All changes is fixed!
2008-05-29 John GoerzenMore attempts
2008-05-29 John GoerzenWorking to fix Syncable, but still issues
2008-05-29 John GoerzenAll changes fixed, I think
2008-05-29 John GoerzenMake unaryApplyChanges aware of ModifyContent
2008-05-29 John GoerzenFixed logic and documented it better
2008-05-29 John GoerzenAll changes pass
2008-05-29 John GoerzenTweaks some more
2008-05-29 John GoerzenBelieve fixed the all changes test, need to fix impleme...
2008-05-28 John GoerzenFixed prop_allChangesToChild and prop_allChangesToMaste...
2008-05-28 John GoerzenFirst stab at detecting content payload modifications...
2008-05-28 John GoerzenAdjusted code so that it can carry a payload
2008-05-28 John GoerzenAdded diffCollection and test for it
2008-05-28 John GoerzenAnother new test
2008-05-28 John GoerzenRename syncThem to syncBiDir
2008-05-28 John GoerzenAdding new unaryApplyChanges test
2008-05-28 John GoerzenCleaned up findDeleted fix
2008-05-28 John GoerzenFixed deletion logic
2008-05-28 John GoerzenInitial work on detecting adds
2008-05-28 John GoerzenAdded masterchanges start
2008-05-28 John GoerzenSimplification of logic
2008-05-28 John GoerzenRemoved status modification return
2008-05-28 John GoerzenFixed first error detected
2008-05-28 John GoerzenStart of real output
2008-05-28 John GoerzenStarting work on initial algorithm
2008-05-28 John GoerzenWorking on it