]> git.phdru.name Git - mimedecode.git/blob - TODO
Add option -O to set the destination directory
[mimedecode.git] / TODO
1 Add options --save-headers, --save-body and --save-message to save
2 decoded headers/bodies/messages to files.
3
4
5 Release 2.5.0.
6
7
8 Allow -d and -p accept shell-like patterns and/or regular expressions:
9 -d content-*,-content-*-encoding
10
11
12 Add an option -I to completely skip (remove) subparts -- no headers, no body,
13 nothing.
14
15
16 Never touch multipart/encrypted and multipart/signed.
17
18
19 Release 2.6.0.
20
21
22 Extend options -eIi to multipart subparts.
23
24
25 Add an option to convert dates to the current locate and timezone.
26
27
28 Release 2.7.0.
29
30
31 Add option --save-as='%format' to generate names for --save-* files. Develop
32 a DSL to conditionally use values from headers and parameters.