[Bug 289677] KMail2 S/MIME signed-only emails are formed incorrectly, non-SMIME email clients unable to display them

Nicholas Sushkin nsushkin at sushkins.net
Sat Dec 24 02:06:56 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=289677





--- Comment #1 from Nicholas Sushkin <nsushkin sushkins net>  2011-12-24 02:06:55 ---
Looks like the code responsible for MIME is either in messagecomposer or in
KMime, the latter described at 
http://api.kde.org/4.x-api/kdepimlibs-apidocs/kmime/html/index.html#crypto

Looks like messagecomposer signjob is responsible for invoking gpg and getting
signature, then putting the result together with 

d->resultContent = Message::Util::composeHeadersAndBody( d->content, signature,
d->format, true, signatureHashAlgo );

(https://projects.kde.org/projects/kde/kdepim/repository/revisions/7873c144c0cc31b5627a4b43e52823222b517281/entry/messagecomposer/signjob.cpp#L193)

Ah, found it. Looks like it's already been fixed by Volker Krause

https://projects.kde.org/projects/kde/kdepim/repository/revisions/24e069f14f1e7d861383b87db7f3a72941400d07

Not sure what the proper resolution should be.

-- 
Configure bugmail: https://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