From 5a0b966d01b89f668ce0cea40208d511e1bc04f7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 23 Feb 2014 23:58:40 +0400 Subject: [PATCH] Update doc --- mimedecode.docbook | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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. -- 2.39.2