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