mit-scheme.git
2000-05-22 Chris HansonFix bug: transmission of literal not counting contents...
2000-05-22 Chris HansonFix bug: server continuation lines not being parsed...
2000-05-22 Chris HansonWrite M-x imail-copy-messages.
2000-05-22 Chris HansonFix bug in handling of flags to APPEND command.
2000-05-22 Chris HansonIgnore any received headers that don't parse correctly.
2000-05-22 Chris HansonFix several bugs in the "received:" header parsing...
2000-05-22 Chris HansonWrite M-x imail-copy-messages.
2000-05-22 Chris HansonFix typo.
2000-05-22 Chris HansonIn APPEND-MESSAGE, create mailbox if append/copy causes...
2000-05-22 Chris HansonImplement IMAIL-COPY-FOLDER, a tool to copy folders...
2000-05-22 Chris HansonCanonicalize the case of IMAP URLs, where possible...
2000-05-22 Chris HansonUse explicit mechanism to link variables into the Edwin...
2000-05-22 Chris HansonEliminate FOLDER-VALID?, replacing it with the more...
2000-05-22 Chris HansonGeneralize MOVE-RELATIVE to accept a raw command argume...
2000-05-22 Chris HansonIn flag-modification commands, don't advance to next...
2000-05-22 Chris HansonIMAIL-GET-DEFAULT-URL must never signal an error.
2000-05-22 Chris HansonEliminate FOLDER-VALID?, replacing it with the more...
2000-05-22 Chris HansonSuppress the IMAP port if it is the standard port.
2000-05-22 Chris HansonEliminate FOLDER-VALID?, replacing it with the more...
2000-05-22 Chris HansonProvide inserted default strings to all URL prompts.
2000-05-22 Chris HansonRestructure the URL completion code to clean it up...
2000-05-22 Chris HansonImplement URL completion, and reimplement URL parsing...
2000-05-21 Chris HansonFix typo and also type error.
2000-05-21 Chris HansonExport procedures for deconstructing LIST responses.
2000-05-20 Chris HansonSupply missing STRING-GREATEST-COMMON-PREFIX, needed...
2000-05-20 Chris HansonPathname completion filters now accept a pathname rathe...
2000-05-20 Chris HansonChange URL completion so that completion stops after...
2000-05-20 Chris HansonFix braino in pathname completion. Previous design...
2000-05-20 Chris HansonSplit off broken-pipe detection code. This has little...
2000-05-20 Chris HansonChange syscall name and error tables to lower case...
2000-05-20 Chris HansonFirst draft of URL completion mechanism. IMAP method...
2000-05-20 Chris HansonReminder to move pathname-completion code into the...
2000-05-20 Chris HansonFirst draft of URL completion mechanism. IMAP method...
2000-05-19 Chris HansonExport edwin commands, modes, and variables.
2000-05-19 Chris HansonSummary-buffer navigation now fixed.
2000-05-19 Chris HansonDefine MOVE-RELATIVE-ANY.
2000-05-19 Chris HansonChange flag-marking commands to accept a prefix argumen...
2000-05-19 Chris HansonM-x imail-expunge should not use the navigator abstraction.
2000-05-19 Chris HansonFix bug: SELECT-MESSAGE event can be called with no...
2000-05-19 Chris HansonAssorted design changes.
2000-05-19 Chris HansonChange SET-MESSAGE-FLAGS! so that a folder event is...
2000-05-19 Chris HansonBind M-x imail-summary-by-flags to C-M-f rather than...
2000-05-19 Chris HansonUse new navigator abstraction to allow the summary...
2000-05-19 Chris HansonUse UID STORE rather than STORE.
2000-05-19 Chris HansonFix thinko.
2000-05-19 Chris HansonImplement navigation abstraction to allow the summary...
2000-05-19 Chris HansonUse MOVE-RELATIVE for deletion and undeletion commands.
2000-05-19 Chris HansonDefine generic BURST-COMMA-LIST-STRING.
2000-05-19 Chris HansonShare flag-prompting code to summary buffer commands.
2000-05-19 Chris HansonDowngrade one suggestion to a feature.
2000-05-19 Chris HansonUpdate for changes. Add note about command to copy...
2000-05-19 Chris HansonMore usability improvements.
2000-05-19 Chris HansonShow several markers for common message flags, rather...
2000-05-19 Chris HansonAdd range checking to the group delete and replace...
2000-05-19 Chris HansonVarious new ideas.
2000-05-19 Chris HansonEliminate "edited" flag.
2000-05-19 Chris HansonNotes regarding presentation of standard flags in the...
2000-05-19 Chris HansonNote bug with navigating partial summary buffers. ...
2000-05-19 Chris HansonA number of usability improvements.
2000-05-19 Chris HansonFix bug: SEARCH-FOLDER is supposed to return indices...
2000-05-19 Chris HansonFix bug: IMAP SEARCH response is allowed to be empty...
2000-05-19 Chris HansonNote regarding suboptimal password caching.
2000-05-19 Chris HansonRedesign handling of IMAP connections so that there...
2000-05-19 Chris HansonImplement MESSAGE->STRING.
2000-05-19 Chris HansonFix bug: READ-PFLAG was only reading flags that started...
2000-05-19 Chris HansonReimplement low-level IMAP tracing code to be a complet...
2000-05-19 Chris HansonReimplement low-level IMAP tracing code to be a complet...
2000-05-18 Chris HansonImplement commands to create and delete folders. Put...
2000-05-18 Chris HansonFlesh out the help text for IMAIL Summary mode. Tweak...
2000-05-18 Chris HansonAdd header line to summary buffer to indicate each...
2000-05-18 Chris HansonAdd indication of message's length to summary buffer.
2000-05-18 Chris HansonImplement MESSAGE-LENGTH.
2000-05-18 Chris HansonAdd progress meter when reading very long message bodies.
2000-05-18 Chris HansonAdd hook for progress indicator to code that reads...
2000-05-18 Chris HansonChange background NOOP idea from bug fix to feature.
2000-05-18 Chris HansonNeed commands to create, delete, and rename folders.
2000-05-18 Chris HansonSummary browser now done. Need progress meter for...
2000-05-18 Chris HansonAdditional round of debugging and expansion. This...
2000-05-18 Chris HansonFix thinko.
2000-05-18 Chris HansonChange message-deletion commands to take a repeat argument.
2000-05-18 Chris HansonResults of first round of serious debugging. The summa...
2000-05-18 Chris HansonFix a few bugs from the recent changes.
2000-05-18 Chris HansonExtensive work. First draft of code that uses new...
2000-05-18 Chris HansonAdd folder event to signal selection of a message in...
2000-05-18 Chris HansonChange the way folder modification events are signalled...
2000-05-17 Chris HansonFirst cut at implementation of summary buffers.
2000-05-17 Chris HansonDefine special buffer properties so that SELECTED-FOLDE...
2000-05-17 Chris HansonImplement MESSAGE-TIME.
2000-05-17 Chris HansonDefine special buffer properties so that SELECTED-FOLDE...
2000-05-17 Chris HansonAdd PROPERTIES slot to all core objects, for use exclus...
2000-05-17 Chris HansonSeveral changes that make IMAIL come up much faster...
2000-05-17 Chris HansonFix typo.
2000-05-17 Chris HansonEliminate compiler warning.
2000-05-17 Chris HansonEliminate code to read RMAIL inbox.
2000-05-17 Chris HansonImplement M-x imail-get-new-mail.
2000-05-17 Chris HansonImplement M-x imail-get-new-mail.
2000-05-17 Chris HansonImplement PROBE-FOLDER.
2000-05-17 Chris HansonSet buffer default directory to something sensible.
2000-05-17 Chris HansonGenerate predicate for file folders.
2000-05-17 Chris HansonChange definition of imail-kept-headers so that it...
next