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