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