mit-scheme.git
2000-05-10 Chris HansonAdd memoization for user's password. Password is store...
2000-05-10 Chris HansonCompletely discard folder when imail buffer is killed.
2000-05-10 Chris HansonImplement DISCARD-FOLDER-CACHE for file folders.
2000-05-10 Chris HansonFix off-by-one error.
2000-05-10 Chris HansonFix bug: URLs weren't being properly memoized when...
2000-05-10 Chris HansonFix bug: URLs weren't being properly memoized when...
2000-05-10 Chris HansonAdd trace facility to allow watching the messages passi...
2000-05-10 Chris HansonDon't set message flags unless they have changed.
2000-05-08 Chris HansonIn SET-IMAP-FOLDER-LENGTH!, when there are no messages...
2000-05-08 Chris HansonExtensive rewrite so that folders can be reopened....
2000-05-08 Chris HansonFix typo.
2000-05-08 Chris HansonFix typo in previous change.
2000-05-08 Chris HansonFix thinko.
2000-05-08 Chris HansonEliminate MAKE-ATTACHED-MESSAGE.
2000-05-08 Chris HansonEliminate ATTACH-MESSAGE. Change ATTACH-MESSAGE! to...
2000-05-08 Chris HansonFix pagination.
2000-05-08 Chris HansonATTACH-MESSAGE! must clear the message index.
2000-05-08 Chris HansonRename DETACH-MESSAGE to DETACH-MESSAGE!.
2000-05-08 Chris HansonDefine ATTACH-MESSAGE!.
2000-05-08 Chris HansonUse new command-suffix mechanism to delay mode-line...
2000-05-08 Chris HansonChange command-suffix mechanism to allow suffixes to...
2000-05-08 Chris HansonAdd ability to specify "command suffixes" -- thunks...
2000-05-08 Chris HansonChange handling of SELECTED-MESSAGE to ignore message...
2000-05-08 Chris HansonChange handling of FIRST-UNSEEN-MESSAGE; ignore IMAP...
2000-05-08 Chris HansonDefine IMAP:RESPONSE:FETCH-ATTRIBUTE-KEYWORDS.
2000-05-08 Chris HansonRework handling of FETCH commands: any attributes that...
2000-05-08 Chris HansonChange LINES->HEADER-FIELDS to stop at a blank line...
2000-05-08 Chris HansonImplement NETWORK-STRING->LINES.
2000-05-08 Chris HansonFix bug: FETCH response did not contain the message...
2000-05-08 Chris HansonFix bug: FETCH response did not contain the message...
2000-05-08 Chris HansonInitial registration.
2000-05-08 Chris HansonMore intelligent handling of untagged responses, based...
2000-05-08 Chris HansonAdd support for new BADCHARSET and UIDNEXT response...
2000-05-05 Chris HansonChange the way that URLs are handled by the top level...
2000-05-04 Chris HansonFix thinko in IMAIL-MESSAGE-WRAPPER.
2000-05-04 Chris HansonImplement handling of flags, expunging, and deletion...
2000-05-04 Chris HansonFix some bugs associated with discarding the imap cache...
2000-05-04 Chris HansonDefine IMAIL-MESSAGE-WRAPPER to allow folder abstractio...
2000-05-04 Chris HansonDon't show "seen" in message flags.
2000-05-04 Chris HansonUse implicit flag-setting procedures where applicable...
2000-05-04 Chris HansonImplement FOLDER-PRESENTATION-NAME.
2000-05-04 Chris HansonFix a bunch of bugs. This copy of the code seems to...
2000-05-04 Chris HansonImplement imail-kept-headers, as an alternative to...
2000-05-03 Chris HansonReimplement <IMAP-MESSAGE> usage to extend <MESSAGE...
2000-05-03 Chris HansonReimplement <IMAP-MESSAGE> usage to extend <MESSAGE...
2000-05-03 Chris HansonSplit out code to parse message headers for flags and...
2000-05-03 Chris HansonChange modification-tracking mechanism to use counter...
2000-05-03 Chris HansonFix code that was assuming that MAP accepted argument...
2000-05-02 Chris HansonJot down some notes.
2000-05-02 Chris HansonEliminate troublesome WRITE-FOLDER operation. Change...
2000-05-02 Chris HansonImplement CLOSE-FOLDER method for file folders, by...
2000-05-02 Chris HansonChange FOLDER-URL to be a slot in <FOLDER>.
2000-05-02 Chris HansonChange interface to authenticator. Add buffer-kill...
2000-05-02 Chris HansonReorganize code, fix minor bugs.
2000-05-02 Chris HansonChange names of RFC-822 procedures, and move header...
2000-05-02 Chris HansonWrite code to reopen connections [still need to hook...
2000-05-02 Chris HansonImplement REMOVE-DUPLICATES!.
2000-05-02 Chris HansonImplement ADD-MEMBER-PROCEDURE.
2000-05-02 Chris Hanson[What started out as a simple addition became a moderat...
2000-05-01 Chris HansonChanges for 7.5.8.
2000-05-01 Chris HansonRelease 7.5.8.
2000-05-01 Chris HansonUpdate to reflect important bug fix for Win32 systems.
2000-05-01 Chris HansonUndo change from revision 1.253.
2000-05-01 Chris HansonUndo previous change.
2000-05-01 Chris HansonFix uninitialized variable bug that, strangely, only...
2000-04-30 Chris HansonCreate new procedure MESSAGE-WRAPPER to capture standar...
2000-04-30 Chris HansonDisable automatic repainting when setting size or position.
2000-04-29 Chris HansonRepaginate.
2000-04-28 Chris HansonUpdate to reflect changes to file structure.
2000-04-28 Chris HansonChange load order of files to put all the file-based...
2000-04-28 Chris HansonFirst version that sort of limps along. Will read...
2000-04-28 Chris HansonImplement TRANSLATE-STRING-LINE-ENDINGS.
2000-04-28 Chris HansonFix various bugs found during debugging of IMAP folders.
2000-04-28 Chris HansonIntermediate checkpoint -- initial implementation in...
2000-04-28 Chris HansonRegularize format of FETCH response. Add ability to...
2000-04-28 Chris HansonFix compiler warning.
2000-04-28 Chris HansonDefine MAKE-ATTACHED-MESSAGE.
2000-04-28 Chris HansonDefine IMAP:RESPONSE:FETCH-ATTRIBUTE.
2000-04-28 Chris HansonIntermediate checkpoint -- initial implementation in...
2000-04-28 Chris HansonDefine IMAP:RESPONSE:STATUS-RESPONSE?.
2000-04-27 Chris HansonIntermediate checkpoint -- initial implementation in...
2000-04-27 Chris HansonEliminate a bunch of compiler warnings.
2000-04-27 Chris HansonEliminate ability to edit the contents of a message...
2000-04-27 Chris HansonImplement IMAIL-PRESENT-USER-ALERT.
2000-04-26 Chris HansonChange protocol of authenticator so that it corresponds to
2000-04-25 Chris HansonMake corrections to account for the server port not...
2000-04-25 Chris HansonDelete MAILBOX command which was incorrectly included...
2000-04-25 Chris HansonAdd code to write strings to the IMAP server.
2000-04-23 Chris HansonTweak response representation slightly to clean it up.
2000-04-23 Chris HansonImplement URL-USER-ID.
2000-04-23 Chris HansonTweak response representation slightly to clean it up.
2000-04-23 Chris HansonImplement PREDICATED-PARSER.
2000-04-23 Chris HansonImplement PREDICATED-PARSER.
2000-04-22 Chris HansonInitial registration.
2000-04-22 Chris HansonMany changes due to debugging.
2000-04-22 Chris HansonChange code that handles sections to implement a parser...
2000-04-22 Chris HansonUse PARSE-SUBSTRING.
2000-04-22 Chris HansonModify DECODING-PARSER to accept a parser to parse...
2000-04-22 Chris HansonFirst attempt at a parser for IMAP server responses.
2000-04-22 Chris HansonFirst attempt at a parser for IMAP server responses.
next