From: Chris Hanson Date: Tue, 23 May 2000 14:12:07 +0000 (+0000) Subject: Note problems with copying multiple messages to IMAP server. X-Git-Tag: 20090517-FFI~3710 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4718741f1577249273d721051fad18e5a1b44ef0;p=mit-scheme.git Note problems with copying multiple messages to IMAP server. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index 5b9e848cf..1608c724d 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,16 @@ IMAIL To-Do List -$Id: todo.txt,v 1.42 2000/05/23 03:55:57 cph Exp $ +$Id: todo.txt,v 1.43 2000/05/23 14:12:07 cph Exp $ Bug fixes --------- +* APPEND-MESSAGE not doing autocreate because TRYCREATE appears in + response to continuation request. + +* M-x imail-copy-messages re-reads the target folder UIDs for each + message that is written, when the target folder is not being + visited. + * Implement operations for IMAP: URL-EXISTS?. * Must be able to handle malformed headers in incoming mail. @@ -39,6 +46,11 @@ Design changes New features ------------ +* M-x imail-copy-messages needs prompt that distinguishes itself from + M-x imail-output. Both of these commands should provide feedback + for each message that is output, and should announce the total + number of messages output when finished. + * Optionally convert quoted-printable messages to 8bit for presentation. * Optionally wrap long lines for presentation.