]> git.phdru.name Git - mimedecode.git/blob - TODO
Change option -r to accept a list of headers; * is allowed
[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 Remove option --remove-params.
10
11
12 Publish docs in html format.
13
14
15 Release 2.4.0.
16
17
18 Add option -s to save decoded headers/bodies/messages of parts to files.
19
20 Add option -O to set the destination directory.
21
22
23 Add an option -B to skip content-transfer-decoding binary attachments (leave it
24 as base64 or such).
25
26
27 Release 2.5.0.
28
29
30 Allow -d and -p accept shell-like patterns and/or regular expressions:
31 -d content-*,-content-*-encoding
32
33
34 Add an option -I to completely skip (remove) subparts -- no headers, no body,
35 nothing.
36
37
38 Never touch multipart/encrypted and multipart/signed.
39
40
41 Release 2.6.0.
42
43
44 Extend options -eIi to multipart subparts.
45
46
47 Add an option to convert dates to the current locate and timezone.
48
49
50 Release 2.7.0.