Bug 244592

Summary: a saved txt attachment of a mail with attachment is different than the original file
Product: [Applications] kmail2 Reporter: Ludwig Reiter <ludwig.reiter>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED WORKSFORME    
Severity: minor CC: bjoern, lfranchi
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ludwig Reiter 2010-07-14 11:57:39 UTC
Version:           unspecified (using Devel) 
OS:                Linux

version: 4.4.4.e5.20100709.1148005-kk1.1149023 (enterprise5)
After saving the txt file is 1 bit smaller.

Reproducible: Didn't try

Steps to Reproduce:
1. Send a mail with a txt, an latin1 txt with umlauts and a pdf to a test account.
2. Look at the mail at the test account.
3. Save the attachments to the home dir.
4. Compare saved files and original files.


Actual Results:  
The txt files are different 

Expected Results:  
Should be the same.
Comment 1 Leo Franchi 2010-07-27 23:34:57 UTC
Here files that are attached are exactly the same length in byte as the original files.

(original file)
$ du -b testfile.txt 
10      testfile.txt

( and now the saved attachment)
$ du -b Downloads/testfile.txt 
10      Downloads/testfile.txt
Comment 2 Björn Ruberg 2010-08-07 17:47:53 UTC
Can't reproduce either in KDE 4.4.5. 
But for what version are you reporting this bug? You have selected "kmail 2", but you are mentoning version 4.4.5, too.
Comment 3 Ludwig Reiter 2010-08-10 13:48:24 UTC
cannot reproduce anymore.