]> git.phdru.name Git - mimedecode.git/blobdiff - TODO
Add option --set-header=header:value
[mimedecode.git] / TODO
diff --git a/TODO b/TODO
index a54cf78396d6b931f30f81c038932d2e8095a50b..587eb427a27a11538688f9bd87846e4a000b2ea4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,20 +1,5 @@
-Change option -R to accept lists of headers and parameters:
--R h1,h2,h3:p1,p2,p3
-Allow * and exceptions:
--R h1,h2,h3:*,-p1,-p2,-p3
--R *,-h1,-h2,-h3:p1,p2,p3
--R *,-h1,-h2,-h3:*,-p1,-p2,-p3
-
-
-Publish docs in html format.
-
-
-Release 2.4.0.
-
-
-Add option -s header:value to set header's value.
-
-Add option -S header:param=value to set header parameter's value.
+Add option --set-param=header:param=value to set header parameter's value (only
+at the top level).
 
 
 Add options --save-headers, --save-body and --save-message to save
@@ -51,3 +36,7 @@ Add an option to convert dates to the current locate and timezone.
 
 
 Release 2.7.0.
+
+
+Add option --save-as='%format' to generate names for --save-* files. Develop
+a DSL to conditionally use values from headers and parameters.