From: Chris Hanson Date: Thu, 29 Jun 2000 03:46:05 +0000 (+0000) Subject: Note about making IMAP URL completion handle folders that contain both X-Git-Tag: 20090517-FFI~3431 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=180997b3dc987dd005ae014af9bbf3a5cbf88a06;p=mit-scheme.git Note about making IMAP URL completion handle folders that contain both messages and subfolders. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 4e8f3d2c0..8005ee807 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,18 @@ IMAIL To-Do List -$Id: todo.txt,v 1.99 2000/06/26 19:31:07 cph Exp $ +$Id: todo.txt,v 1.100 2000/06/29 03:46:05 cph Exp $ Bug fixes --------- +* IMAP URL completion must handle folders that contain both messages + and subfolders differently. Such folders should appear twice in the + completion list: once with no delimiter suffix, and once with a + delimiter suffix. That way when the user completes such a folder, + the message "complete, but not unique" will be shown, and it will be + obvious there are subfolders. As it now stands, there's no way to + tell there are subfolders other than by adding the delimiter suffix + and re-completing. + * Must be able to handle malformed headers in incoming mail. Generating a low-level error in this situation is unacceptable.