]> git.phdru.name Git - mimedecode.git/blob - TODO
TODO: change options -r and -R to accept lists
[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 Change option -p to accept lists of headers and parameters:
9 -p h1,h2,h3:p1,p2,p3
10 Allow * and exceptions:
11 -p h1,h2,h3:*,-p1,-p2,-p3
12 -p *,-h1,-h2,-h3:p1,p2,p3
13 -p *,-h1,-h2,-h3:*,-p1,-p2,-p3
14
15
16 Change option -r to accept a list of headers: -r h1,h2,h3,...
17
18
19 Change option -r to remove all headers and accept a list of exceptions:
20 -r *,-h1,-h2,...
21
22
23 Change option -R to accept lists of headers and parameters:
24 -R h1,h2,h3:p1,p2,p3
25 Allow * and exceptions:
26 -R h1,h2,h3:*,-p1,-p2,-p3
27 -R *,-h1,-h2,-h3:p1,p2,p3
28 -R *,-h1,-h2,-h3:*,-p1,-p2,-p3
29
30
31 Add option -s to save decoded parts to files.
32
33 Add option -O to set the destination directory.
34
35
36 Add an option to skip content-decoding a binary attachement (leave it as
37 base64 or such).
38
39
40 Allow -d and -p accept shell-like patterns and/or regular expressions:
41 -d content-*,-content-*-exncoding
42
43
44 Never touch multipart/encrypted and multipart/signed.