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