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