]> git.phdru.name Git - mimedecode.git/blob - TODO
Fix(Python2): Do not decode bytes to unicode
[mimedecode.git] / TODO
1 Python 3.
2
3
4 tox.
5
6
7 flake8.
8
9
10 GitHub, Travis, AppVeyor, PyPI.
11
12
13 Split mimedecode.py into a library and a small script.
14 Move formatparam_27.py and mimedecode_version.py to the library.
15 Rename mimedecode_version.py to __version__.py.
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.