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