summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-26 12:30:54 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-26 12:30:54 +0000
commitb2ab265dd42ff9672e6c7a01a480af2277c38a7a (patch)
tree6c894114a5b6ac04a24c5f971311276cc43d805c /TODO
parentba321dc70c7547bf0b13f32b1bf21c8b72cc36a5 (diff)
Implement RFC 2231.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 72f428fc..741d6fb1 100644
--- a/TODO
+++ b/TODO
@@ -4,6 +4,10 @@ Problems are listed in approximate order of priority.
- character set support: We should have a global cache of
character to file name mappings.
+- When displaying MIME headers, rfc 2047 decoding is applied (which
+ should not happen), and rfc 2231 decoding is not applied (which
+ should happen).
+
- Help formatting could be revamped a bit.
- re-add support for .mh_sequences files
@@ -52,4 +56,5 @@ Problems are listed in approximate order of priority.
- handle message/external-body in some fashion
- handle message/partial reconstruction
+
$Id$