Bug 83038

Summary: signature delimiter misleads some other clients
Product: [Applications] kmail Reporter: Witold Krecicki <adasi>
Component: composerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: kollix, opensourcecat
Priority: NOR    
Version: 1.6.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Witold Krecicki 2004-06-08 10:22:41 UTC
Version:            (using KDE KDE 3.2.2)
Installed from:    Unlisted Binary Package
OS:                Linux

usually signature delimiter is "--=20" (which is two dashes and space). But, KMail puts there "=2D-=20", which is also two dashes and space, but misleads some other mail clients (as Pine). Couldn't it be just '--=20'? '-' is not a special char so it would have to be escaped, is it?
Comment 1 Salvatore Brigaglia 2008-11-09 14:23:51 UTC
triaged on 09 november 2008
Comment 2 Martin Koller 2009-09-03 21:44:02 UTC
The implementation is there since ages and it seems it has to do with multipart MIME messages, where the boundary of a part starts with "-".
Therefore, we'll keep the code as it is.