]> git.phdru.name Git - mimedecode.git/blob - TODO
Update TODO
[mimedecode.git] / TODO
1 Never decode subparts of multipart/encrypted and multipart/signed messages but
2 allow processing of headers of the top-level part, ignoring the top-level part
3 with -I, aborting it with -e or saving the part or subparts with --save-*.
4
5
6 Convert dates to the current locale and timezone (with an option?)
7
8
9 Allow -d and -p accept shell-like patterns and/or regular expressions:
10 -d content-*,-content-*-encoding
11
12
13 Add option --save-as='%format' to generate names for --save-* files. Develop
14 a DSL to conditionally use values of headers, parameters and the counter.