X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=6a926ad6c318eb9f87e619329763bac2314fbbd1;hb=779e307770431e065050edd6634c49fa2e319df0;hp=f9650bd26891a9afaf85036f1090a9e4ce02c17a;hpb=69acf148036c062b05dd115cc45a80e28140f3e9;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index f9650bd..6a926ad 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -57,13 +57,21 @@ - + + + - + - + + + + + + + @@ -264,6 +272,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 +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).