X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=8da5d2fb78f3c9e6cfb965af704d8be1540efc51;hb=b0fa813d4e4de771dd4cbd606fe8dfbc2756c670;hp=7ca12cd5fa6a60c0db9d934533acba54724733b1;hpb=2478edc3fbaac6f9aa62f17af1e18c0b7e4510f0;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 7ca12cd..8da5d2f 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -2,10 +2,10 @@ - + - mimedecode.py + mimedecode mimedecode.docbook Oleg @@ -14,24 +14,24 @@ - 2001-2014 + 2001-2017 PhiloSoft Design. - mimedecode.py + mimedecode 1 - mimedecode.py + mimedecode decode MIME message - mimedecode.py + mimedecode @@ -90,7 +90,7 @@ - + @@ -122,7 +122,7 @@ - Here is a solution - mimedecode.py! + Here is a solution - mimedecode! @@ -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 @@ -483,8 +494,8 @@ Save output to the file related to the destination directory from option -O. Also useful in case of redirected stdin: - mimedecode.py -o output_file < input_file -cat input_file | mimedecode.py -o output_file + mimedecode -o output_file < input_file +cat input_file | mimedecode -o output_file @@ -501,7 +512,7 @@ cat input_file | mimedecode.py -o output_file - mimedecode.py -t application/pdf -t application/postscript -t text/plain + mimedecode -t application/pdf -t application/postscript -t text/plain -b text/html -B 'image/*' -i '*/*' @@ -521,9 +532,9 @@ cat input_file | mimedecode.py -o output_file - Option -i can also ignore a multipart subpart of a MIME message. In that case - the entire subtree of that multipart is removed and replaced with ignore - warning. + 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. @@ -603,7 +614,7 @@ cat input_file | mimedecode.py -o output_file COPYRIGHT - Copyright (C) 2001-2014 PhiloSoft Design. + Copyright (C) 2001-2017 PhiloSoft Design. @@ -630,7 +641,7 @@ cat input_file | mimedecode.py -o output_file SEE ALSO - mimedecode.py home page: + mimedecode home page: http://phdru.name/Software/Python/#mimedecode