]> git.phdru.name Git - mimedecode.git/commitdiff
Add "Cc" header to the list of headers to decode by default
authorOleg Broytman <phd@phdru.name>
Wed, 19 Feb 2014 16:29:19 +0000 (20:29 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 19 Feb 2014 16:29:19 +0000 (20:29 +0400)
mimedecode.docbook
mimedecode.py
test/expected/msg_03.txt
test/input/msg_03.txt

index e0de2905295245d3f997416b52fa50e188fa311d..db1bbfafedc742c0c905d125d9dc64d48873c749 100644 (file)
@@ -192,7 +192,7 @@ command-line options.
       <listitem>
          <para>
             Add the header to a list of headers to decode; initially the list
-            contains headers "From", "To" and "Subject".
+            contains headers "From", "To", "Cc" and "Subject".
          </para>
       </listitem>
    </varlistentry>
@@ -337,7 +337,7 @@ 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
+   From/To/Cc/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
index 4776126474cbd4e00b036cdfd368f89d46219108..6de9d1e4db128f7ba4d10e6aa048db30672b95ee 100755 (executable)
@@ -273,7 +273,7 @@ class GlobalOptions:
 
     host_name = None
 
-    decode_headers = ["From", "To", "Subject"] # A list of headers to decode
+    decode_headers = ["From", "To", "Cc", "Subject"] # A list of headers to decode
     decode_header_params = [
         ("Content-Type", "name"),
         ("Content-Disposition", "filename"),
index 90b28884329f0297c690ac23fe8355f740a2e1e4..c3e19b72e646b4d3cbf184bcf85cb3349d275857 100644 (file)
@@ -6,6 +6,7 @@ Received: by mail.zzz.org (Postfix, from userid 889)
 Message-ID: <15090.61304.110929.45684@aaa.zzz.org>
 From: John X. Dôe <bbb@ddd.com>
 To: Jãne Y. Doe <bbb@zzz.org>
+Cc: Ćcč <ccc@zzz.org>
 Subject: This is a tést message
 Date: Fri, 4 May 2001 14:05:44 -0400
 
index b92eb484cda3f0b2f8f84cc230cda74408aee771..0f4626cd90a17d021db784313c8f271ccdfeb456 100644 (file)
@@ -6,6 +6,7 @@ Received: by mail.zzz.org (Postfix, from userid 889)
 Message-ID: <15090.61304.110929.45684@aaa.zzz.org>
 From: John =?iso-8859-1?B?WC4gRPRl?= <bbb@ddd.com>
 To: =?iso-8859-1?Q?J=E3ne_Y=2E?= Doe <bbb@zzz.org>
+Cc: =?utf-8?B?xIZjxI0=?= <ccc@zzz.org>
 Subject: This is a =?utf-8?B?dGXMgXN0?= message
 Date: Fri, 4 May 2001 14:05:44 -0400