]> git.phdru.name Git - mimedecode.git/blob - TODO
Remove old TODO entries about --all-headers/params
[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 -s to save decoded parts to files.
17
18 Add option -O to set the destination directory.
19
20
21 Add an option to skip content-decoding a binary attachement (leave it as
22 base64 or such).
23
24
25 Allow -d and -p accept shell-like patterns and/or regular expressions:
26 -d content-*,-content-*-exncoding
27
28
29 Never touch multipart/encrypted and multipart/signed.