]> git.phdru.name Git - mimedecode.git/blob - TODO
Minor corrections
[mimedecode.git] / TODO
1 Change option -d to accept a list of headers: -d h1,h2,h3,...
2
3
4 Change option -d to decode all headers and accept a list of exceptions:
5 -d *,-h1,-h2,...
6
7
8 Publish docs in html format.
9
10
11 Release 2.4.0.
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.5.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 Release 2.6.0.
41
42
43 Add option -s to save decoded parts to files.
44
45 Add option -O to set the destination directory.
46
47
48 Add an option to skip content-decoding a binary attachment (leave it as base64
49 or such).
50
51
52 Release 2.7.0.
53
54
55 Allow -d and -p accept shell-like patterns and/or regular expressions:
56 -d content-*,-content-*-encoding
57
58
59 Never touch multipart/encrypted and multipart/signed.
60
61
62 Release 2.8.0.