]> git.phdru.name Git - mimedecode.git/commitdiff
Update doc
authorOleg Broytman <phd@phdru.name>
Sun, 23 Feb 2014 19:58:40 +0000 (23:58 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 23 Feb 2014 19:58:40 +0000 (23:58 +0400)
mimedecode.docbook

index 6fcc39822f8dce7e19b13b82950894b76fed927e..83b0e54cd213791c4a1f40517d07b2ed43fc5345 100644 (file)
 </para>
 
 <para>
-   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.
 </para>
 
 <para>