X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode.docbook;h=87bd3643cb7b2def88c2681e56554723da608a13;hb=b43690a1e6349e29309f19a8305893d1fbd48427;hp=e0de2905295245d3f997416b52fa50e188fa311d;hpb=5e766e4520b874dd0b93583ed307b48188296db2;p=mimedecode.git diff --git a/mimedecode.docbook b/mimedecode.docbook index e0de290..87bd364 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -53,6 +53,12 @@ + + + + + + @@ -192,7 +198,8 @@ command-line options. Add the header to a list of headers to decode; initially the list - contains headers "From", "To" and "Subject". + contains headers "From", "To", "Cc", "Reply-To", "Mail-Followup-To" + and "Subject". @@ -210,7 +217,7 @@ command-line options. -p header:param - Add the pair (header, param) to a list of headers' parameters to + 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". @@ -222,7 +229,27 @@ command-line options. -P - Clear the list of headers' parameters to decode (make it empty). + Clear the list of headers parameters to decode (make it empty). + + + + + + -r header + + + Add the header to a list of headers to remove completely; initially + the list is empty. + + + + + + -R header:param + + + Add the pair (header, param) to a list of headers parameters to + remove; initially the list is empty. @@ -337,11 +364,11 @@ the program always uses the default decoding. The program may produce incorrect MIME message. The purpose of the program is to decode whatever it is possible to decode, not to produce absolutely correct MIME output. The incorrect parts are obvious - decoded - From/To/Subject headers and filenames. Other than that output is correct - MIME message. The program does not try to guess whether the headers are - correct. For example, if a message header states that charset is iso8859-5, - but the body is actually in utf-8 the program will recode the message with - the wrong charset. + From/To/Cc/Reply-To/Mail-Followup-To/Subject headers and filenames. Other + than that output is correct MIME message. The program does not try to guess + whether the headers are correct. For example, if a message header states + that charset is iso8859-5, but the body is actually in utf-8 the program + will recode the message with the wrong charset.