X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=mimedecode.docbook;h=86e84a6d316b348049efd8b3519e935b1d1daa69;hb=eee83ff25c87ab0f7abb8b77637f8b24a509250b;hp=7055662b4e60c25522141378d4c311ca9f856df1;hpb=502931f2c502991905892ae23548d9b02adf7fd0;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 7055662..86e84a6 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -58,7 +58,11 @@ + + + + @@ -68,7 +72,19 @@ - + + + + + + + + + + + + + @@ -316,11 +332,40 @@ - -R header:param + -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,...] + + + Remove listed parameters (or all parameters except listed) frome + these headers (or from all headers except listed). + + + + + + --set-header header:value - Add the pair (header, param) to a list of headers parameters to - remove; initially the list is empty. + The program sets or changes value for the header to the given value + (only at the top-level message).