<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>
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
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"),
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
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