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