]> git.phdru.name Git - mimedecode.git/blob - TODO
Make option -i to work with multipart messages
[mimedecode.git] / TODO
1 Add option -I to completely skip (remove) subparts -- no headers, no body,
2 no boundary, nothing.
3
4
5 Never touch multipart/encrypted and multipart/signed (but allow -I).
6
7
8 Convert dates to the current locale and timezone (with an option?)
9
10
11 Allow -d and -p accept shell-like patterns and/or regular expressions:
12 -d content-*,-content-*-encoding
13
14
15 Add option --save-as='%format' to generate names for --save-* files. Develop
16 a DSL to conditionally use values of headers, parameters and the counter.