X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=401197944585dd8bcc1656d430a7841dbdc3a89d;hb=607e68504d32244e26d4a4c01532f5168f03f4e8;hp=f9650bd26891a9afaf85036f1090a9e4ce02c17a;hpb=69acf148036c062b05dd115cc45a80e28140f3e9;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index f9650bd..4011979 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -57,16 +57,40 @@ - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -264,6 +288,24 @@ + + -p header1[,header2,header3,...]:*[,-param1,-param2,-param3,...] + + + Decode all parameters except listed for the given list of headers. + + + + + + -p *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...] + + + Decode all parameters except listed for all headers (except listed). + + + + -P @@ -274,31 +316,69 @@ - -r header + -r header1[,header2,header3...] - Add the header to a list of headers to remove completely; initially - the list is empty. + Add the header(s) to a list of headers to remove completely; + initially the list is empty. - -R header:param + -r *[,-header1,-header2,-header3...] - Add the pair (header, param) to a list of headers parameters to - remove; initially the list is empty. + Remove all headers except listed. - --remove-params=header + -R header1[,header2,header3,...]:param1[,param2,param3,...] - Add the header to a list of headers from which all parameters will - be removed; initially the list is empty. + Add the parameters(s) to a list of headers parameters to remove; + the parameters will be decoded only for the given header(s). + Initially the list is empty. + + + + + + -R *[,-header1,-header2,-header3,...]:param1[,param2,param3,...] + + + + -R header1[,header2,header3,...]:*[,-param1,-param2,-param3,...] + + + + -R *[,-header1,-header2,-header3,...]:*[,-param1,-param2,-param3,...] + + + Remove listed parameters (or all parameters except listed) frome + these headers (or from all headers except listed). + + + + + + --set-header header:value + + + The program sets or changes value for the header to the given value + (only at the top-level message). + + + + + + --set-param header:param=value + + + The program sets or changes value for the header's parameter to the + given value (only at the top-level message). The header must exist. @@ -314,6 +394,16 @@ + + -B mask + + + Append mask to the list of binary content types that will be not + content-transfer-decoded (will be left as base64 or such). + + + + -e mask @@ -360,7 +450,7 @@ cat input_file | mimedecode.py -o output_file - The 4 list options (-beit) require more explanation. They allow a user to + The 5 list options (-Bbeit) require more explanation. They allow a user to control body decoding with great flexibility. Think about said mail archive; for example, its maintainer wants to put there only texts, convert Postscript/PDF to text, pass HTML and images as is, and ignore everything