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