Bug 223440

Summary: Port, fix and test reply/forward/redirect/MDN creation
Product: [Applications] kmail2 Reporter: Thomas McGuire <mcguire>
Component: miscAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: lfranchi
Priority: HI Keywords: akonadi-ports-regression
Version: 1.99.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on: 223443    
Bug Blocks: 223438    

Description Thomas McGuire 2010-01-19 19:32:41 UTC
Version:           1.99.0 (using Devel)
OS:                Linux
Installed from:    Compiled sources

Right now, some of the code that creates reply, forward, redirect and MDN messages is still not ported.

Ideally, the creation of those messages would be factored out to a new library, together with template handling, and be unit-tested (as this stuff breaks easily)
Comment 1 Thomas McGuire 2010-01-19 19:45:36 UTC
Special attention should be paid to encodings.
There is also an option "keep original charset when replying and forwarding" that should be taken into account.

For inline forwarding it is important that the correct attachments are preserved.
For replying and forwarding, it is important that the complete message text is included.
Comment 2 Leo Franchi 2010-04-30 15:41:21 UTC
Fixed in recent work.