mit-scheme.git
2000-05-17 Chris HansonFix bug: expunging of IMAP messages wasn't renumbering...
2000-05-17 Chris HansonChange method used to fetch message contents so that...
2000-05-17 Chris HansonImplement MESSAGE-ATTACHED? and MESSAGE-DETACHED?,...
2000-05-17 Chris HansonEliminate COPY-MESSAGE, which no longer worked.
2000-05-17 Chris HansonFix bug: SELECTED-MESSAGE must not choose another messa...
2000-05-17 Chris HansonFix two bugs associated with expunging of messages...
2000-05-16 Chris HansonReimplement growing and shrinking of messages vector.
2000-05-16 Chris HansonSet imail buffer directory to home directory for IMAP...
2000-05-16 Chris HansonFix infinite recursion.
2000-05-16 Chris HansonFix compilation errors.
2000-05-16 Chris HansonGeneralize STRING->LINES and LINES->STRING.
2000-05-16 Chris HansonDo network/scheme line-ending translation automatically...
2000-05-16 Chris HansonFix bug: M-x vc-version-other-window must default the...
2000-05-16 Chris HansonDefine SET-STRING-MAXIMUM-LENGTH!.
2000-05-16 Chris HansonImplement MESSAGE-INTERNAL-TIME.
2000-05-16 Chris HansonChange INTERNALDATE FETCH response to return the time...
2000-05-16 Chris HansonSignal "unimplemented" error if AVAILABLE-FOLDER-NAMES...
2000-05-16 Chris HansonImplement IMAP SEARCH-FOLDER operation.
2000-05-16 Chris HansonImplement all of the IMAP server operations except for
2000-05-16 Chris HansonChange implementation of IMAP URLs so that they are...
2000-05-16 Chris HansonRewrite IMAP URL parser to eliminate unused authenticat...
2000-05-15 Chris HansonRename NEW-FOLDER to CREATE-FOLDER, and change definiti...
2000-05-15 Chris HansonEliminate MOVE-FOLDER in favor of more-restricted RENAM...
2000-05-15 Chris HansonEliminate COPY-FOLDER.
2000-05-15 Chris HansonEliminate message properties.
2000-05-15 Chris HansonEliminate message properties.
2000-05-15 Chris HansonAdd code to extract timestamp from unix from line.
2000-05-15 Chris HansonAdd ability to specify the time zone in which a ctime...
2000-05-15 Chris HansonAdd ability to specify the time zone in which a ctime...
2000-05-15 Chris HansonUse runtime system's built-in support for ISO C ctime...
2000-05-15 Chris HansonAdd support for parsing "Received" headers. Break...
2000-05-15 Chris HansonAllow arbitrary whitespace in passed-in time strings.
2000-05-15 Chris HansonChanges to clarify IMAP COPY operation. Suggest using...
2000-05-15 Chris HansonFix typo in comment.
2000-05-14 Chris HansonAdd note about need to move compressed-file I/O to...
2000-05-14 Chris HansonEliminate usage of FALSE and TRUE.
2000-05-14 Chris HansonDon't store subprocesses in a simple list -- use a...
2000-05-12 Chris HansonDon't show special mode-line string if selected message...
2000-05-12 Chris HansonChange APPEND-MESSAGE to accept arguments (MESSAGE...
2000-05-12 Chris HansonEliminate unused parts of IMAP URL.
2000-05-12 Chris HansonReplace FOLDER-PRESENTATION-NAME with URL-PRESENTATION...
2000-05-11 Chris HansonReorganize into major sections. Add several more items.
2000-05-11 Chris HansonReorder items into rough prioritization.
2000-05-11 Chris HansonAdd more suggestions.
2000-05-11 Chris HansonMove to-do notes to new file "todo.txt".
2000-05-10 Chris HansonAdd code to do NOOP after FETCH if the desired results...
2000-05-10 Chris HansonFix overlong page.
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...
next