]> git.phdru.name Git - mimedecode.git/blob - TODO
TODO: never touch multipart/encrypted and multipart/signed
[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 #Add option --params=header to decode all parameters for the header
17 #(except -p).
18 #
19 #
20 #Add options
21 #--all-headers to decode all headers (except -d)
22 #--all-params to decode all parameters for all headers (except -p)
23 #--all-headers-params to decode all header values + decode all parameters
24 #for all headers (except -d and -p).
25
26
27 Add option -s to save decoded parts to files.
28
29 Add option -O to set the destination directory.
30
31
32 Add an option to skip content-decoding a binary attachement (leave it as
33 base64 or such).
34
35
36 Allow -d and -p accept shell-like patterns and/or regular expressions:
37 -d content-*,-content-*-exncoding
38
39
40 Never touch multipart/encrypted and multipart/signed.