X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=7055662b4e60c25522141378d4c311ca9f856df1;hb=502931f2c502991905892ae23548d9b02adf7fd0;hp=382fba2cb2f6a79b998c12b3f7661c14fb7eb046;hpb=fa51f1e417da0f8d66649ebe67c78a58b1b88eae;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index 382fba2..7055662 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -48,19 +48,27 @@ - + - + - + - + + + + + + - + + + + @@ -134,6 +142,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 @@ -199,12 +214,25 @@ - -d header + -d header1[,header2,header3...] + + + Add the header(s) to a list of headers to decode; initially the + list contains headers "From", "To", "Cc", "Reply-To", + "Mail-Followup-To" and "Subject". + + + + + + -d *[,-header1,-header2,-header3...] - Add the header to a list of headers to decode; initially the list - contains headers "From", "To", "Cc", "Reply-To", "Mail-Followup-To" - and "Subject". + This variant completely changes headers decoding. First, the list of + headers to decode is cleared. Then all the headers are decoded + except the given list of exceptions (headers listed with '-'). In + this mode it would be meaningless to give more than one -d options + but the program doesn't enforce it. @@ -219,13 +247,42 @@ - -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". + 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". + + + + + + -p *[,-header1,-header2,-header3,...]:param1[,param2,param3,...] + + + 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 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). @@ -240,31 +297,30 @@ - -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 header:param - Add the header to a list of headers from which all parameters will - be removed; initially the list is empty. + Add the pair (header, param) to a list of headers parameters to + remove; initially the list is empty.