From: Oleg Broytman Date: Sun, 23 Feb 2014 19:58:40 +0000 (+0400) Subject: Update doc X-Git-Tag: v2.3.8~2 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=5a0b966d01b89f668ce0cea40208d511e1bc04f7 Update doc --- diff --git a/mimedecode.docbook b/mimedecode.docbook index 6fcc398..83b0e54 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -100,12 +100,14 @@ - First, Subject and Content-Disposition headers are examined. If any of those - exists, it is decoded according to RFC2047. Content-Disposition header is - not decoded - only its "filename" parameter. Encoded header parameters - violate the RFC, but widely deployed anyway by ignorant coders who never - even heard about RFCs. Correct parameter encoding specified by RFC2231. This - program decodes RFC2231-encoded parameters, too. + First, for every part the program removes headers and parameters listed with + -r and -R options. Then, Subject and Content-Disposition headers (and all + headers listed with -d and -p options) are examined. If any of those exists, + they are decoded according to RFC2047. Content-Disposition header is not + decoded - only its "filename" parameter. Encoded header parameters violate + the RFC, but widely deployed anyway by ignorant coders who never even heard + about RFCs. Correct parameter encoding specified by RFC2231. This program + decodes RFC2231-encoded parameters, too.