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