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