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