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