]> git.phdru.name Git - mimedecode.git/blob - TODO
TODO: Move mimedecode into a separate subdirectory
[mimedecode.git] / TODO
1 Python 3.
2
3
4 tox.
5
6
7 flake8.
8
9
10 GitHub, Travis, AppVeyor, PyPI.
11
12
13 Split mimedecode.py into a library and a small script.
14 Move formatparam_27.py and mimedecode_version.py to the library.
15 Rename mimedecode_version.py to __version__.py.
16
17
18 Move mimedecode to http://phdru.name/Software/Python/mimedecode/ .
19
20
21 Installers.
22
23
24 Process message/delivery-status and text/rfc822-headers subparts.
25
26
27 Never decode subparts of multipart/encrypted and multipart/signed messages but
28 allow processing of headers of the top-level part, ignoring the top-level part
29 with -I, aborting it with -e or saving the part or subparts with --save-*.
30
31
32 Convert dates to the current locale and timezone (with an option?)
33
34
35 Allow -d and -p accept shell-like patterns and/or regular expressions:
36 -d content-*,-content-*-encoding
37
38
39 Add option --save-as='%format' to generate names for --save-* files. Develop
40 a DSL to conditionally use values of headers, parameters and the counter.