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