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