Bug 236725

Summary: Viewing encapsulated messages with attachment doesn't display text
Product: [Applications] kdepim Reporter: Thomas McGuire <mcguire>
Component: messageviewerAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: amantia
Priority: NOR Keywords: akonadi-ports-regression
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 223438    

Description Thomas McGuire 2010-05-07 18:29:42 UTC
1. Create a simple mail with attachment and save it as a draft
2. Forward the draft, save the result as draft again. The message should now 
   have the following structure:
multipart/mixed
  text/plain
  message/rfc822
    multipart/mixed
      text/plain
      application/pdf (or whatever)
3. In the viewer pane, click on "Encapsulated message", which causes a separate   
   window to open. 
   Result: The text of the original message is not displayed
Comment 1 András Manţia 2010-05-09 16:24:00 UTC
SVN commit 1124580 by amantia:

Fix naviating in the mime tree when an encapsulated message is shown (bug 236725). Thomas, for me viewing the message worked fine, just double clicking on the top node shown the empty message.

Fix message saving and viewing. Works only from the header links ATM (bug 236732).

BUG: 236725
CCBUG: 236732


 M  +1 -1      nodehelper.cpp  
 M  +5 -1      objecttreeparser.cpp  
 M  +5 -1      viewer_p.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1124580