mit-scheme.git
2000-05-23 Chris HansonSend STATUS folder event when IMAP folder opened. ...
2000-05-23 Chris HansonFix bug: don't leave connection half-open if user abort...
2000-05-23 Chris HansonFix typo.
2000-05-23 Chris HansonAdd configurable confirmation for performing EXPUNGE.
2000-05-23 Chris HansonAdd configurable confirmation for performing EXPUNGE.
2000-05-23 Chris HansonImplement procedure to count number of digits in an...
2000-05-23 Chris HansonImplement M-x imail-resend.
2000-05-23 Chris HansonAdd "online" indicator to the modeline, and implement...
2000-05-23 Chris HansonAdd "N unseen" indicator to the modeline.
2000-05-23 Chris HansonFixed problem with login messages during completion...
2000-05-23 Chris HansonSyntax tweak.
2000-05-23 Chris HansonSuppress messages and command prompts while doing compl...
2000-05-23 Chris HansonFix bug: if there were two memoized connections to...
2000-05-23 Chris HansonMake another stab at getting URL prompts right.
2000-05-22 Chris HansonFix bug: don't mistakenly say that a folder is unchange...
2000-05-22 Chris HansonFix bug: don't signal an error when reading BYE message.
2000-05-22 Chris HansonTweak URL prompting again. This is almost what I want...
2000-05-22 Chris HansonChange definition of URL-PASS-PHRASE-KEY to specify...
2000-05-22 Chris HansonDon't implement URL-PASS-PHRASE-KEY for file URLs,...
2000-05-22 Chris HansonFix thinko; eliminate IMAP-CONNECTION-OPEN?.
2000-05-22 Chris HansonMove pass-phrase memoization into the front end. Now...
2000-05-22 Chris HansonAdd code to detect when the connection has been dropped...
2000-05-22 Chris HansonImplement workaround to keep the IMAP connection open...
2000-05-22 Chris HansonAlways run SAVE-FOLDER as part of CLOSE-FOLDER.
2000-05-22 Chris HansonImplement WITH-OPEN-FOLDER, which guarantees that the...
2000-05-22 Chris HansonIf connection is established but folder has been closed...
2000-05-22 Chris HansonReexamine IMAIL operations and add checks to guarantee...
2000-05-22 Chris HansonAdd code to detect when the connection has been dropped...
2000-05-22 Chris HansonNotes regarding bugs having to do with completion promp...
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.
next