X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=61a30b863710625d4256011ababe3435c5f589c3;hb=7a38d75247b7d441f915a00abf2be4999263c57b;hp=67011a66213f8435a2e3b798c50c544d713122f7;hpb=259081fe8a17e0619ce7803dd3cb310ebdd25202;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 67011a6..61a30b8 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -90,7 +90,7 @@ - + @@ -422,6 +422,17 @@ + + -I mask + + + Append mask to the list of content types to completely ignore. + There will be no output - no headers, no body, no warning. For a + multipart part the entire subtree is removed. + + + + -i mask @@ -520,6 +531,12 @@ cat input_file | mimedecode.py -o output_file earlier than -B */*. + + Options -e/-I/-i can also work with multipart subparts of a MIME message. In + case of -I/-i the entire subtree of that multipart is removed; with -i it's + replaced with ignore warning. + + Initially all 5 lists are empty, so without any additional parameters the program always uses the default decoding (as -t */*).