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