From 180997b3dc987dd005ae014af9bbf3a5cbf88a06 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 29 Jun 2000 03:46:05 +0000 Subject: [PATCH] Note about making IMAP URL completion handle folders that contain both messages and subfolders. --- v7/src/imail/todo.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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. -- 2.25.1