Bug 112537 - Sometimes KMail chooses the wrong Content-Type
Summary: Sometimes KMail chooses the wrong Content-Type
Status: RESOLVED DUPLICATE of bug 127658
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.8
Platform: unspecified FreeBSD
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-13 16:24 UTC by Roman Laptev
Modified: 2007-09-14 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***