[Bug 146921] can't forward inline emails

Thomas McGuire mcguire at kde.org
Sun Dec 21 15:38:24 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=146921


Thomas McGuire mcguire kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Thomas McGuire <mcguire kde org>  2008-12-21 16:38:23 ---
SVN commit 899776 by tmcguire:

Fix inline-forwarding of messages with attachments.

The template parser copied the original message and then set the whole body to
the template text.
This did not work for multipart messages, since setting the body there has no
effect (and would
discard the attachment if it had any effect).
Therefore, we simply place the template text in the first text part we find in
case of multipart
messages. This probably still breaks with HTML messages with attachments or
with other complicated
nested structures. Oh well.

BUG: 178128
BUG: 146921


 M  +61 -43    kmmessage.cpp  
 M  +68 -35    kmmessage.h  
 M  +12 -2     templateparser.cpp  


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


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list