X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=6a926ad6c318eb9f87e619329763bac2314fbbd1;hb=779e307770431e065050edd6634c49fa2e319df0;hp=4cbd688f4535900ad77716890ed4f7920b17da75;hpb=68284da58382c25f607b161f95a7baf05d178bdc;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 4cbd688..6a926ad 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -54,16 +54,24 @@ - + - + + + - + - + + + + + + + @@ -137,6 +145,13 @@ + + + Please be warned that in the following options asterisk is a shell + metacharacter and should be escaped or quoted. Either write -d \*,-h1,-h2 + or -d '*,-h1,-h2' or such. + + OPTIONS @@ -222,32 +237,55 @@ this mode it would be meaningless to give more than one -d options but the program doesn't enforce it. + + + + + -D + + + Clear the list of headers to decode (make it empty). + + + + + -p header1[,header2,header3,...]:param1[,param2,param3,...] + - Please be warned that the asterisk is a shell metacharacter and - should be escaped or quoted. Either write -d \*,-h1,-h2 or -d - '*,-h1,-h2'. + Add the parameters(s) to a list of headers parameters to decode; + the parameters will be decoded only for the given header(s). + Initially the list contains header "Content-Type", parameter "name"; + and header "Content-Disposition", parameter "filename". - -D + -p *[,-header1,-header2,-header3,...]:param1[,param2,param3,...] - Clear the list of headers to decode (make it empty). + Add the parameters(s) to a list of headers parameters to decode; + the parameters will be decoded for all headers except the given + ones. - -p header:param + -p header1[,header2,header3,...]:*[,-param1,-param2,-param3,...] - Add the pair (header, param) to a list of headers parameters to - decode; initially the list contains header "Content-Type", - parameter "name" and header "Content-Disposition", parameter - "filename". + 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). @@ -262,31 +300,49 @@ - -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 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,...] - Add the header to a list of headers from which all parameters will - be removed; initially the list is empty. + Remove listed parameters (or all parameters except listed) frome + these headers (or from all headers except listed).