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