]> git.phdru.name Git - mimedecode.git/blob - TODO
TODO: Python 3
[mimedecode.git] / TODO
1 Python 3.
2
3
4 Never decode subparts of multipart/encrypted and multipart/signed messages but
5 allow processing of headers of the top-level part, ignoring the top-level part
6 with -I, aborting it with -e or saving the part or subparts with --save-*.
7
8
9 Convert dates to the current locale and timezone (with an option?)
10
11
12 Allow -d and -p accept shell-like patterns and/or regular expressions:
13 -d content-*,-content-*-encoding
14
15
16 Add option --save-as='%format' to generate names for --save-* files. Develop
17 a DSL to conditionally use values of headers, parameters and the counter.