]> git.phdru.name Git - mimedecode.git/blob - TODO
TODO: add options -s and -S
[mimedecode.git] / TODO
1 Change option -R to accept lists of headers and parameters:
2 -R h1,h2,h3:p1,p2,p3
3 Allow * and exceptions:
4 -R h1,h2,h3:*,-p1,-p2,-p3
5 -R *,-h1,-h2,-h3:p1,p2,p3
6 -R *,-h1,-h2,-h3:*,-p1,-p2,-p3
7
8
9 Publish docs in html format.
10
11
12 Release 2.4.0.
13
14
15 Add option -s header:value to set header's value.
16
17 Add option -S header:param=value to set header parameter's value.
18
19
20 Add options --save-headers, --save-body and --save-message to save
21 decoded headers/bodies/messages of parts to files.
22
23 Add option -O to set the destination directory.
24
25
26 Add an option -B to skip content-transfer-decoding binary attachments (leave it
27 as base64 or such).
28
29
30 Release 2.5.0.
31
32
33 Allow -d and -p accept shell-like patterns and/or regular expressions:
34 -d content-*,-content-*-encoding
35
36
37 Add an option -I to completely skip (remove) subparts -- no headers, no body,
38 nothing.
39
40
41 Never touch multipart/encrypted and multipart/signed.
42
43
44 Release 2.6.0.
45
46
47 Extend options -eIi to multipart subparts.
48
49
50 Add an option to convert dates to the current locate and timezone.
51
52
53 Release 2.7.0.