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