Note problems with copying multiple messages to IMAP server.
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 May 2000 14:12:07 +0000 (14:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 May 2000 14:12:07 +0000 (14:12 +0000)
v7/src/imail/todo.txt

index 5b9e848cf166747cb4bf15d17a4f7c658b1f6fae..1608c724d0e1d003f570daeab08e39ecf6ab9cb4 100644 (file)
@@ -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.