Bug 112537

Summary: Sometimes KMail chooses the wrong Content-Type
Product: [Applications] kmail Reporter: Roman Laptev <tmp>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 1.8   
Target Milestone: ---   
Platform: unspecified   
OS: FreeBSD   
Latest Commit: Version Fixed In:

Description Roman Laptev 2005-09-13 16:24:50 UTC
Version:           1.8 (using KDE 3.4.0, compiled sources)
Compiler:          gcc version 3.4.2 [FreeBSD] 20040728
OS:                FreeBSD (i386) release 5.4-RELEASE

I have got iso-8859-1 e-mail with attachment.
When I try to reply with "Auto-Detect" charset settings, Kmail sent it in Arabic charset.

-------source email-------
Content-Type: text/plain;
	format=flowed;
	charset="iso-8859-1";
	reply-type=original
Content-Transfer-Encoding: 7bit
..........
Content-Type: application/msword;
	name="filename.doc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="filename.doc"

-------reply email--------
Content-Type: text/plain;
  charset="iso-8859-6"
Content-Transfer-Encoding: 7bit
Comment 1 Malte S. Stretz 2006-05-19 15:42:34 UTC
Filed a more general bug.

*** This bug has been marked as a duplicate of 127658 ***