From: Chris Hanson Date: Wed, 7 Jun 2000 12:44:16 +0000 (+0000) Subject: Various notes regarding handling of MIME type and encoding. X-Git-Tag: 20090517-FFI~3595 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=50733067cd6732af51c11b66a51b29c37fcca787;p=mit-scheme.git Various notes regarding handling of MIME type and encoding. --- diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index a573c05f3..ff00fe7d5 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,9 +1,22 @@ IMAIL To-Do List -$Id: todo.txt,v 1.64 2000/06/05 21:27:26 cph Exp $ +$Id: todo.txt,v 1.65 2000/06/07 12:44:16 cph Exp $ Bug fixes --------- +* Restrict set of recognized character sets to US-ASCII, ISO-8859, and + Windows- for some value of . Messages in other sets should be + treated as unknowns; character set should appear in attachment + descriptor. + +* Attachment text property should not include terminating newline. + +* Treat messages in unrecognized encodings as type + application/octet-stream. + +* Provide ability to show contents of text/ in known + character sets with unrecognized . + * 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. [I haven't seen this lately. Maybe it's fixed?] @@ -17,6 +30,9 @@ Bug fixes New features ------------ +* Show suppressed parts of multipart/alternative as attachments in + cast the user wants to view them. + * Command to expand attachment inline. Sometimes attachments aren't big binary things but small text things that are easier to view inline.