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