X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=29d081d84993ff38e5a618d659545b7b6cd8890e;hb=c8623aa92c99464cd2405d31c376fa3da844c3e4;hp=0129709532dca754b56d05efe16293cca83f9af3;hpb=a7656c2aeb001942961b9cc0c178ce817e61be61;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 0129709..29d081d 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -2,10 +2,10 @@ - + - mimedecode.py + mimedecode mimedecode.docbook Oleg @@ -14,24 +14,24 @@ - 2001-2017 + 2001-2018 PhiloSoft Design. - mimedecode.py + mimedecode 1 - mimedecode.py + mimedecode decode MIME message - mimedecode.py + mimedecode @@ -122,7 +122,7 @@ - Here is a solution - mimedecode.py! + Here is a solution - mimedecode! @@ -156,7 +156,7 @@ to find a way to convert the body to plain text (can be prevented with options -Bbei). (The author has no idea how mailcap can be configured on OSes other than POSIX, please don't ask; users can consult an example at - http://phdru.name/Software/dotfiles/mailcap.html). + https://phdru.name/Software/dotfiles/mailcap.html). The decoding process uses the first copiousoutput filter it can find. If there are no filters the body just passed as is. @@ -494,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 @@ -512,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 '*/*' @@ -614,7 +614,7 @@ cat input_file | mimedecode.py -o output_file COPYRIGHT - Copyright (C) 2001-2017 PhiloSoft Design. + Copyright (C) 2001-2018 PhiloSoft Design. @@ -641,8 +641,8 @@ cat input_file | mimedecode.py -o output_file SEE ALSO - mimedecode.py home page: - http://phdru.name/Software/Python/#mimedecode + mimedecode home page: + https://phdru.name/Software/Python/#mimedecode