mit-scheme.git
24 years agoUse MOVE-RELATIVE for deletion and undeletion commands.
Chris Hanson [Fri, 19 May 2000 18:06:18 +0000 (18:06 +0000)]
Use MOVE-RELATIVE for deletion and undeletion commands.

24 years agoDefine generic BURST-COMMA-LIST-STRING.
Chris Hanson [Fri, 19 May 2000 17:52:40 +0000 (17:52 +0000)]
Define generic BURST-COMMA-LIST-STRING.

24 years agoShare flag-prompting code to summary buffer commands.
Chris Hanson [Fri, 19 May 2000 17:50:30 +0000 (17:50 +0000)]
Share flag-prompting code to summary buffer commands.

24 years agoDowngrade one suggestion to a feature.
Chris Hanson [Fri, 19 May 2000 17:29:50 +0000 (17:29 +0000)]
Downgrade one suggestion to a feature.

24 years agoUpdate for changes. Add note about command to copy entire folders.
Chris Hanson [Fri, 19 May 2000 17:29:03 +0000 (17:29 +0000)]
Update for changes.  Add note about command to copy entire folders.

24 years agoMore usability improvements.
Chris Hanson [Fri, 19 May 2000 17:26:24 +0000 (17:26 +0000)]
More usability improvements.

24 years agoShow several markers for common message flags, rather than just D for
Chris Hanson [Fri, 19 May 2000 17:04:31 +0000 (17:04 +0000)]
Show several markers for common message flags, rather than just D for
deleted.  Add space for a generic marker a la Dired.

24 years agoAdd range checking to the group delete and replace operations.
Chris Hanson [Fri, 19 May 2000 16:55:22 +0000 (16:55 +0000)]
Add range checking to the group delete and replace operations.

24 years agoVarious new ideas.
Chris Hanson [Fri, 19 May 2000 16:33:10 +0000 (16:33 +0000)]
Various new ideas.

24 years agoEliminate "edited" flag.
Chris Hanson [Fri, 19 May 2000 16:32:51 +0000 (16:32 +0000)]
Eliminate "edited" flag.

24 years agoNotes regarding presentation of standard flags in the summary buffer.
Chris Hanson [Fri, 19 May 2000 13:33:08 +0000 (13:33 +0000)]
Notes regarding presentation of standard flags in the summary buffer.

24 years agoNote bug with navigating partial summary buffers. Note that
Chris Hanson [Fri, 19 May 2000 05:04:43 +0000 (05:04 +0000)]
Note bug with navigating partial summary buffers.  Note that
%APPEND-MESSAGE must create the folder if it doesn't already exist.

24 years agoA number of usability improvements.
Chris Hanson [Fri, 19 May 2000 05:03:44 +0000 (05:03 +0000)]
A number of usability improvements.

24 years agoFix bug: SEARCH-FOLDER is supposed to return indices, but the IMAP
Chris Hanson [Fri, 19 May 2000 05:02:51 +0000 (05:02 +0000)]
Fix bug: SEARCH-FOLDER is supposed to return indices, but the IMAP
method was returning message objects.

24 years agoFix bug: IMAP SEARCH response is allowed to be empty; I was signalling
Chris Hanson [Fri, 19 May 2000 05:02:01 +0000 (05:02 +0000)]
Fix bug: IMAP SEARCH response is allowed to be empty; I was signalling
error in that case.

24 years agoNote regarding suboptimal password caching.
Chris Hanson [Fri, 19 May 2000 04:16:47 +0000 (04:16 +0000)]
Note regarding suboptimal password caching.

24 years agoRedesign handling of IMAP connections so that there can be multiple
Chris Hanson [Fri, 19 May 2000 04:16:16 +0000 (04:16 +0000)]
Redesign handling of IMAP connections so that there can be multiple
mailboxes simultaneously open on the same server.  Also provide
mechanism for getting connections for server operations such as CREATE
and DELETE.  Flush BIND-AUTHENTICATOR; just define a UI element to
generate a password.

24 years agoImplement MESSAGE->STRING.
Chris Hanson [Fri, 19 May 2000 03:20:46 +0000 (03:20 +0000)]
Implement MESSAGE->STRING.

24 years agoFix bug: READ-PFLAG was only reading flags that started with "\\".
Chris Hanson [Fri, 19 May 2000 02:43:49 +0000 (02:43 +0000)]
Fix bug: READ-PFLAG was only reading flags that started with "\\".

24 years agoReimplement low-level IMAP tracing code to be a complete transcript
Chris Hanson [Fri, 19 May 2000 02:42:58 +0000 (02:42 +0000)]
Reimplement low-level IMAP tracing code to be a complete transcript
mechanism.

24 years agoReimplement low-level IMAP tracing code to be a complete transcript
Chris Hanson [Fri, 19 May 2000 02:31:12 +0000 (02:31 +0000)]
Reimplement low-level IMAP tracing code to be a complete transcript
mechanism.

24 years agoImplement commands to create and delete folders. Put in special hack
Chris Hanson [Thu, 18 May 2000 22:11:16 +0000 (22:11 +0000)]
Implement commands to create and delete folders.  Put in special hack
to prepend "inbox." to folder names when using Cyrus.

24 years agoFlesh out the help text for IMAIL Summary mode. Tweak the column
Chris Hanson [Thu, 18 May 2000 21:27:59 +0000 (21:27 +0000)]
Flesh out the help text for IMAIL Summary mode.  Tweak the column
headings slightly.  Add imail-summary-mode-hook.

24 years agoAdd header line to summary buffer to indicate each column's meaning.
Chris Hanson [Thu, 18 May 2000 21:09:37 +0000 (21:09 +0000)]
Add header line to summary buffer to indicate each column's meaning.

24 years agoAdd indication of message's length to summary buffer.
Chris Hanson [Thu, 18 May 2000 20:55:05 +0000 (20:55 +0000)]
Add indication of message's length to summary buffer.

24 years agoImplement MESSAGE-LENGTH.
Chris Hanson [Thu, 18 May 2000 19:59:37 +0000 (19:59 +0000)]
Implement MESSAGE-LENGTH.

24 years agoAdd progress meter when reading very long message bodies.
Chris Hanson [Thu, 18 May 2000 19:53:30 +0000 (19:53 +0000)]
Add progress meter when reading very long message bodies.

24 years agoAdd hook for progress indicator to code that reads literals.
Chris Hanson [Thu, 18 May 2000 19:29:10 +0000 (19:29 +0000)]
Add hook for progress indicator to code that reads literals.

24 years agoChange background NOOP idea from bug fix to feature.
Chris Hanson [Thu, 18 May 2000 18:57:45 +0000 (18:57 +0000)]
Change background NOOP idea from bug fix to feature.

24 years agoNeed commands to create, delete, and rename folders.
Chris Hanson [Thu, 18 May 2000 18:56:58 +0000 (18:56 +0000)]
Need commands to create, delete, and rename folders.

24 years agoSummary browser now done. Need progress meter for long messages.
Chris Hanson [Thu, 18 May 2000 17:16:58 +0000 (17:16 +0000)]
Summary browser now done.  Need progress meter for long messages.

24 years agoAdditional round of debugging and expansion. This version seems to
Chris Hanson [Thu, 18 May 2000 17:16:28 +0000 (17:16 +0000)]
Additional round of debugging and expansion.  This version seems to
work pretty well.

24 years agoFix thinko.
Chris Hanson [Thu, 18 May 2000 17:14:18 +0000 (17:14 +0000)]
Fix thinko.

24 years agoChange message-deletion commands to take a repeat argument.
Chris Hanson [Thu, 18 May 2000 15:35:29 +0000 (15:35 +0000)]
Change message-deletion commands to take a repeat argument.

24 years agoResults of first round of serious debugging. The summary feature now
Chris Hanson [Thu, 18 May 2000 05:19:00 +0000 (05:19 +0000)]
Results of first round of serious debugging.  The summary feature now
appears to work almost right.  Some additional work remains.

24 years agoFix a few bugs from the recent changes.
Chris Hanson [Thu, 18 May 2000 05:18:01 +0000 (05:18 +0000)]
Fix a few bugs from the recent changes.

24 years agoExtensive work. First draft of code that uses new folder events to
Chris Hanson [Thu, 18 May 2000 04:21:21 +0000 (04:21 +0000)]
Extensive work.  First draft of code that uses new folder events to
see what changes are occurring to the folder and reflecting that in
the summary buffer.

24 years agoAdd folder event to signal selection of a message in the front end.
Chris Hanson [Thu, 18 May 2000 03:59:43 +0000 (03:59 +0000)]
Add folder event to signal selection of a message in the front end.
Unlike other folder events, this one doesn't update the folder's
modification count, so split of a procedure FOLDER-EVENT to handle
cases like this.

24 years agoChange the way folder modification events are signalled. Now there
Chris Hanson [Thu, 18 May 2000 03:43:06 +0000 (03:43 +0000)]
Change the way folder modification events are signalled.  Now there
are several different types of events, and each type has specific
parameters associated with it.  The intent of this change is to allow
the front end to figure out what is happening in the back end and
reflect that to the user.

Also: eliminate MESSAGE-MODIFICATION-COUNT and eliminate a handful of
modification events that were not visible at the folder abstraction
boundary (events are now part of the abstraction boundary, and should
not reflect irrelevant internal state).

24 years agoFirst cut at implementation of summary buffers.
Chris Hanson [Wed, 17 May 2000 20:53:32 +0000 (20:53 +0000)]
First cut at implementation of summary buffers.

24 years agoDefine special buffer properties so that SELECTED-FOLDER and
Chris Hanson [Wed, 17 May 2000 20:52:59 +0000 (20:52 +0000)]
Define special buffer properties so that SELECTED-FOLDER and
SELECTED-MESSAGE can work properly in buffers other than the folder
buffer.

24 years agoImplement MESSAGE-TIME.
Chris Hanson [Wed, 17 May 2000 20:52:21 +0000 (20:52 +0000)]
Implement MESSAGE-TIME.

24 years agoDefine special buffer properties so that SELECTED-FOLDER and
Chris Hanson [Wed, 17 May 2000 19:24:09 +0000 (19:24 +0000)]
Define special buffer properties so that SELECTED-FOLDER and
SELECTED-MESSAGE can work properly in buffers other than the folder
buffer.

24 years agoAdd PROPERTIES slot to all core objects, for use exclusively by the
Chris Hanson [Wed, 17 May 2000 19:11:16 +0000 (19:11 +0000)]
Add PROPERTIES slot to all core objects, for use exclusively by the
front end.

24 years agoSeveral changes that make IMAIL come up much faster with large
Chris Hanson [Wed, 17 May 2000 18:40:09 +0000 (18:40 +0000)]
Several changes that make IMAIL come up much faster with large
folders.  First, we pay attention to the UNSEEN value, and delete
UNSEEN when expunges happen to avoid having an invalid value.  Second,
we don't load headers for all the messages in advance; just their
UIDs, which is very fast.

This allows the mail reader to fetch just the information for the
first unseen message, which happens very quickly on a fast network
connection.

24 years agoFix typo.
Chris Hanson [Wed, 17 May 2000 18:37:29 +0000 (18:37 +0000)]
Fix typo.

24 years agoEliminate compiler warning.
Chris Hanson [Wed, 17 May 2000 17:54:47 +0000 (17:54 +0000)]
Eliminate compiler warning.

24 years agoEliminate code to read RMAIL inbox.
Chris Hanson [Wed, 17 May 2000 17:54:08 +0000 (17:54 +0000)]
Eliminate code to read RMAIL inbox.

24 years agoImplement M-x imail-get-new-mail.
Chris Hanson [Wed, 17 May 2000 17:52:42 +0000 (17:52 +0000)]
Implement M-x imail-get-new-mail.

24 years agoImplement M-x imail-get-new-mail.
Chris Hanson [Wed, 17 May 2000 17:31:26 +0000 (17:31 +0000)]
Implement M-x imail-get-new-mail.

24 years agoImplement PROBE-FOLDER.
Chris Hanson [Wed, 17 May 2000 17:30:59 +0000 (17:30 +0000)]
Implement PROBE-FOLDER.

24 years agoSet buffer default directory to something sensible.
Chris Hanson [Wed, 17 May 2000 17:20:14 +0000 (17:20 +0000)]
Set buffer default directory to something sensible.

24 years agoGenerate predicate for file folders.
Chris Hanson [Wed, 17 May 2000 17:18:19 +0000 (17:18 +0000)]
Generate predicate for file folders.

24 years agoChange definition of imail-kept-headers so that it specifies the order
Chris Hanson [Wed, 17 May 2000 17:15:22 +0000 (17:15 +0000)]
Change definition of imail-kept-headers so that it specifies the order
of the headers as well.

24 years agoSet buffer not modified bit.
Chris Hanson [Wed, 17 May 2000 17:06:53 +0000 (17:06 +0000)]
Set buffer not modified bit.

24 years agoChange FIRST-UNSEEN-MESSAGE to return #F if there are no unseen
Chris Hanson [Wed, 17 May 2000 17:04:08 +0000 (17:04 +0000)]
Change FIRST-UNSEEN-MESSAGE to return #F if there are no unseen
messages; previously it returned the last message.  Reexamine all of
the uses of FIRST-UNSEEN-MESSAGE and refine the logic there.

24 years agoChange FIRST-UNSEEN-MESSAGE to return #F if there are no unseen
Chris Hanson [Wed, 17 May 2000 17:00:54 +0000 (17:00 +0000)]
Change FIRST-UNSEEN-MESSAGE to return #F if there are no unseen
messages; previously it returned the last message.  Reexamine all of
the uses of FIRST-UNSEEN-MESSAGE and refine the logic there.

24 years agoNote regarding generation of status messages during I/O.
Chris Hanson [Wed, 17 May 2000 16:25:06 +0000 (16:25 +0000)]
Note regarding generation of status messages during I/O.

24 years agoFix bug: expunging of IMAP messages wasn't renumbering the remaining
Chris Hanson [Wed, 17 May 2000 16:23:29 +0000 (16:23 +0000)]
Fix bug: expunging of IMAP messages wasn't renumbering the remaining
messages.

24 years agoChange method used to fetch message contents so that it uses UID FETCH
Chris Hanson [Wed, 17 May 2000 16:15:49 +0000 (16:15 +0000)]
Change method used to fetch message contents so that it uses UID FETCH
rather than FETCH.

24 years agoImplement MESSAGE-ATTACHED? and MESSAGE-DETACHED?, to abstract the
Chris Hanson [Wed, 17 May 2000 15:46:57 +0000 (15:46 +0000)]
Implement MESSAGE-ATTACHED? and MESSAGE-DETACHED?, to abstract the
details of this query.  Refine the method used to obtain the selected
message, by saving the message index when a message is detached, and
using that index to choose a new message.

24 years agoEliminate COPY-MESSAGE, which no longer worked.
Chris Hanson [Wed, 17 May 2000 15:03:49 +0000 (15:03 +0000)]
Eliminate COPY-MESSAGE, which no longer worked.

24 years agoFix bug: SELECTED-MESSAGE must not choose another message at random if
Chris Hanson [Wed, 17 May 2000 13:41:08 +0000 (13:41 +0000)]
Fix bug: SELECTED-MESSAGE must not choose another message at random if
the buffer's message isn't valid.

24 years agoFix two bugs associated with expunging of messages. This now seems to
Chris Hanson [Wed, 17 May 2000 13:33:04 +0000 (13:33 +0000)]
Fix two bugs associated with expunging of messages.  This now seems to
work right.

24 years agoReimplement growing and shrinking of messages vector.
Chris Hanson [Tue, 16 May 2000 22:07:38 +0000 (22:07 +0000)]
Reimplement growing and shrinking of messages vector.

24 years agoSet imail buffer directory to home directory for IMAP folders.
Chris Hanson [Tue, 16 May 2000 22:00:54 +0000 (22:00 +0000)]
Set imail buffer directory to home directory for IMAP folders.

24 years agoFix infinite recursion.
Chris Hanson [Tue, 16 May 2000 18:59:42 +0000 (18:59 +0000)]
Fix infinite recursion.

24 years agoFix compilation errors.
Chris Hanson [Tue, 16 May 2000 18:55:41 +0000 (18:55 +0000)]
Fix compilation errors.

24 years agoGeneralize STRING->LINES and LINES->STRING.
Chris Hanson [Tue, 16 May 2000 15:15:14 +0000 (15:15 +0000)]
Generalize STRING->LINES and LINES->STRING.

24 years agoDo network/scheme line-ending translation automatically when reading
Chris Hanson [Tue, 16 May 2000 15:14:17 +0000 (15:14 +0000)]
Do network/scheme line-ending translation automatically when reading
and writing literals.  We shouldn't need to worry about binary data in
mail messages.

24 years agoFix bug: M-x vc-version-other-window must default the version if the
Chris Hanson [Tue, 16 May 2000 15:12:07 +0000 (15:12 +0000)]
Fix bug: M-x vc-version-other-window must default the version if the
user doesn't specify it.

24 years agoDefine SET-STRING-MAXIMUM-LENGTH!.
Chris Hanson [Tue, 16 May 2000 14:44:39 +0000 (14:44 +0000)]
Define SET-STRING-MAXIMUM-LENGTH!.

24 years agoImplement MESSAGE-INTERNAL-TIME.
Chris Hanson [Tue, 16 May 2000 04:14:42 +0000 (04:14 +0000)]
Implement MESSAGE-INTERNAL-TIME.

24 years agoChange INTERNALDATE FETCH response to return the time as universal
Chris Hanson [Tue, 16 May 2000 03:58:40 +0000 (03:58 +0000)]
Change INTERNALDATE FETCH response to return the time as universal
time.

24 years agoSignal "unimplemented" error if AVAILABLE-FOLDER-NAMES called on IMAP URL.
Chris Hanson [Tue, 16 May 2000 03:37:00 +0000 (03:37 +0000)]
Signal "unimplemented" error if AVAILABLE-FOLDER-NAMES called on IMAP URL.

24 years agoImplement IMAP SEARCH-FOLDER operation.
Chris Hanson [Tue, 16 May 2000 03:34:42 +0000 (03:34 +0000)]
Implement IMAP SEARCH-FOLDER operation.

24 years agoImplement all of the IMAP server operations except for
Chris Hanson [Tue, 16 May 2000 03:13:43 +0000 (03:13 +0000)]
Implement all of the IMAP server operations except for
AVAILABLE-FOLDER-NAMES.

24 years agoChange implementation of IMAP URLs so that they are fully instantiated
Chris Hanson [Tue, 16 May 2000 02:16:49 +0000 (02:16 +0000)]
Change implementation of IMAP URLs so that they are fully instantiated
at all times.  This greatly simplifies comparison and caching.

24 years agoRewrite IMAP URL parser to eliminate unused authentication component,
Chris Hanson [Tue, 16 May 2000 01:46:42 +0000 (01:46 +0000)]
Rewrite IMAP URL parser to eliminate unused authentication component,
and to clarify the allowed partial forms.

24 years agoRename NEW-FOLDER to CREATE-FOLDER, and change definition so that the
Chris Hanson [Mon, 15 May 2000 19:20:58 +0000 (19:20 +0000)]
Rename NEW-FOLDER to CREATE-FOLDER, and change definition so that the
new folder object is _not_ returned.  This is more in line with
capabilities of IMAP.

24 years agoEliminate MOVE-FOLDER in favor of more-restricted RENAME-FOLDER. This
Chris Hanson [Mon, 15 May 2000 19:17:19 +0000 (19:17 +0000)]
Eliminate MOVE-FOLDER in favor of more-restricted RENAME-FOLDER.  This
is a closer match to the capabilities of IMAP.

24 years agoEliminate COPY-FOLDER.
Chris Hanson [Mon, 15 May 2000 19:11:52 +0000 (19:11 +0000)]
Eliminate COPY-FOLDER.

24 years agoEliminate message properties.
Chris Hanson [Mon, 15 May 2000 19:08:47 +0000 (19:08 +0000)]
Eliminate message properties.

24 years agoEliminate message properties.
Chris Hanson [Mon, 15 May 2000 19:01:57 +0000 (19:01 +0000)]
Eliminate message properties.

24 years agoAdd code to extract timestamp from unix from line.
Chris Hanson [Mon, 15 May 2000 18:19:46 +0000 (18:19 +0000)]
Add code to extract timestamp from unix from line.

24 years agoAdd ability to specify the time zone in which a ctime() string is to
Chris Hanson [Mon, 15 May 2000 18:15:36 +0000 (18:15 +0000)]
Add ability to specify the time zone in which a ctime() string is to
be interpreted.

24 years agoAdd ability to specify the time zone in which a ctime() string is to
Chris Hanson [Mon, 15 May 2000 18:14:45 +0000 (18:14 +0000)]
Add ability to specify the time zone in which a ctime() string is to
be interpreted.

24 years agoUse runtime system's built-in support for ISO C ctime() strings.
Chris Hanson [Mon, 15 May 2000 17:51:25 +0000 (17:51 +0000)]
Use runtime system's built-in support for ISO C ctime() strings.

24 years agoAdd support for parsing "Received" headers. Break out some
Chris Hanson [Mon, 15 May 2000 17:47:54 +0000 (17:47 +0000)]
Add support for parsing "Received" headers.  Break out some
lower-level parsing code.

24 years agoAllow arbitrary whitespace in passed-in time strings.
Chris Hanson [Mon, 15 May 2000 17:39:28 +0000 (17:39 +0000)]
Allow arbitrary whitespace in passed-in time strings.

24 years agoChanges to clarify IMAP COPY operation. Suggest using UID FETCH.
Chris Hanson [Mon, 15 May 2000 16:45:57 +0000 (16:45 +0000)]
Changes to clarify IMAP COPY operation.  Suggest using UID FETCH.
Mode-line enhancements.

24 years agoFix typo in comment.
Chris Hanson [Mon, 15 May 2000 12:54:18 +0000 (12:54 +0000)]
Fix typo in comment.

24 years agoAdd note about need to move compressed-file I/O to the runtime system.
Chris Hanson [Sun, 14 May 2000 03:34:40 +0000 (03:34 +0000)]
Add note about need to move compressed-file I/O to the runtime system.

24 years agoEliminate usage of FALSE and TRUE.
Chris Hanson [Sun, 14 May 2000 03:31:11 +0000 (03:31 +0000)]
Eliminate usage of FALSE and TRUE.

24 years agoDon't store subprocesses in a simple list -- use a GC finalizer so
Chris Hanson [Sun, 14 May 2000 03:30:32 +0000 (03:30 +0000)]
Don't store subprocesses in a simple list -- use a GC finalizer so
that their resources are cleaned up if the subprocess objects are
dropped.

24 years agoDon't show special mode-line string if selected message is detached.
Chris Hanson [Fri, 12 May 2000 18:33:44 +0000 (18:33 +0000)]
Don't show special mode-line string if selected message is detached.

24 years agoChange APPEND-MESSAGE to accept arguments (MESSAGE URL) rather than
Chris Hanson [Fri, 12 May 2000 18:23:05 +0000 (18:23 +0000)]
Change APPEND-MESSAGE to accept arguments (MESSAGE URL) rather than
(FOLDER MESSAGE) as currently.  There's no need to have the folder
open to append a message to it, and this requirement causes problems
for the IMAP back end.

24 years agoEliminate unused parts of IMAP URL.
Chris Hanson [Fri, 12 May 2000 18:00:56 +0000 (18:00 +0000)]
Eliminate unused parts of IMAP URL.

24 years agoReplace FOLDER-PRESENTATION-NAME with URL-PRESENTATION-NAME.
Chris Hanson [Fri, 12 May 2000 17:56:46 +0000 (17:56 +0000)]
Replace FOLDER-PRESENTATION-NAME with URL-PRESENTATION-NAME.

24 years agoReorganize into major sections. Add several more items.
Chris Hanson [Thu, 11 May 2000 14:46:36 +0000 (14:46 +0000)]
Reorganize into major sections.  Add several more items.