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