]> git.phdru.name Git - mimedecode.git/blob - TODO
TODO: no boundary (-I)
[mimedecode.git] / TODO
1 Release 2.5.0.
2
3
4 Open all files in binary mode. Output os.linesep instead of '\n'.
5
6
7 Add option -I to completely skip (remove) subparts -- no headers, no body,
8 no boundary, nothing.
9
10
11 Extend options -eIi to multipart subparts.
12
13
14 Never touch multipart/encrypted and multipart/signed (but allow -I).
15
16
17 Convert dates to the current locale and timezone (with an option?)
18
19
20 Allow -d and -p accept shell-like patterns and/or regular expressions:
21 -d content-*,-content-*-encoding
22
23
24 Add option --save-as='%format' to generate names for --save-* files. Develop
25 a DSL to conditionally use values of headers, parameters and the counter.