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