]> git.phdru.name Git - mimedecode.git/commitdiff
Decode "To" header by default
authorOleg Broytman <phd@phdru.name>
Tue, 18 Feb 2014 18:44:05 +0000 (22:44 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 18 Feb 2014 18:44:05 +0000 (22:44 +0400)
mimedecode.docbook
mimedecode.py
test/expected/msg_03.txt
test/input/msg_03.txt

index b4c01878e5b6d4d8bcaa6a211add508b21971bd5..ac1d7ea40344cf215077683bab30e3c113298c97 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" and "Subject".
+            contains headers "From", "To" and "Subject".
          </para>
       </listitem>
    </varlistentry>
index 7604fb2dfb6104a2bd6349cbc36e730e19790e21..b57bd956557624acb899fc786ddfbbb72b7f24cf 100755 (executable)
@@ -275,7 +275,7 @@ class GlobalOptions:
 
     host_name = None
 
-    decode_headers = ["From", "Subject"] # A list of headers to decode
+    decode_headers = ["From", "To", "Subject"] # A list of headers to decode
     decode_header_params = [
         ("Content-Type", "name"),
         ("Content-Disposition", "filename"),
index 5643b4f5da5029e078058723d731849825b7aecc..90b28884329f0297c690ac23fe8355f740a2e1e4 100644 (file)
@@ -5,7 +5,7 @@ Received: by mail.zzz.org (Postfix, from userid 889)
        id 27CEAD38CC; Fri,  4 May 2001 14:05:44 -0400 (EDT)
 Message-ID: <15090.61304.110929.45684@aaa.zzz.org>
 From: John X. Dôe <bbb@ddd.com>
-To: bbb@zzz.org
+To: Jãne Y. Doe <bbb@zzz.org>
 Subject: This is a tést message
 Date: Fri, 4 May 2001 14:05:44 -0400
 
index 5a1cc9cd40c65f71f33b4cc2501bde0a459d49a1..b92eb484cda3f0b2f8f84cc230cda74408aee771 100644 (file)
@@ -5,7 +5,7 @@ Received: by mail.zzz.org (Postfix, from userid 889)
        id 27CEAD38CC; Fri,  4 May 2001 14:05:44 -0400 (EDT)
 Message-ID: <15090.61304.110929.45684@aaa.zzz.org>
 From: John =?iso-8859-1?B?WC4gRPRl?= <bbb@ddd.com>
-To: bbb@zzz.org
+To: =?iso-8859-1?Q?J=E3ne_Y=2E?= Doe <bbb@zzz.org>
 Subject: This is a =?utf-8?B?dGXMgXN0?= message
 Date: Fri, 4 May 2001 14:05:44 -0400