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