Summary: | GnuPG signature + attachment produces signed but empty mail | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | m.eik michalke <bugs.kde.org> |
Component: | crypto | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | sknauss, walch.martin |
Priority: | NOR | ||
Version: | 4.10.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/85a0774dee9aa2abb034e0512315b3921cedf350 | Version Fixed In: | 4.10.2 |
Sentry Crash Report: |
Description
m.eik michalke
2012-10-03 15:01:13 UTC
This happens to me slightly different: the attachments usually arrive, but I never know for sure if the text arrives. In my sent folder everything looks always fine. The inline encryption is broken for attachment. Steps to reproduce: 1. write mail 2. check inline crypto 3. check sign/encrypt 4. add attachment 5. send mail -> mail is completly empty. For all other crypto functions ( mime, smime, smime opaque) it is working for me. walch.martin@web.de : can you describe it more detail, when the text is not arraving? What crypto function, text you entered ? (In reply to comment #2) > walch.martin@web.de : can you describe it more detail, when the text is not > arraving? What crypto function, text you entered ? Problem appears for me with OpenPGP/MIME. I did not find any pattern regarding the text. It just happens with any text. (In reply to comment #3) > Problem appears for me with OpenPGP/MIME. > I did not find any pattern regarding the text. It just happens with any text. I can't reproduce it with OpenPGP Mime. Please attach a broken mail. Maybe I see the issue if i see the broken mail. Please check if you not talking about bug 289722. The issue here is: You transfer the text correctly but with the wrong Content Transfer Encoding -> if the Content Transfer Encoding doesn't match, the recipient email client shows nothing or garbage. Git commit 85a0774dee9aa2abb034e0512315b3921cedf350 by Sandro Knauß. Committed on 25/03/2013 at 18:37. Pushed by knauss into branch 'KDE/4.10'. Fix 307776 - GnuPG signature + attachment produces signed but empty mail Creating an inline encrypted mail with attachments produces an empty mail without any attachments. FIXED-IN: 4.10.2 REVIEW: 109710 M +102 -4 messagecomposer/composer.cpp http://commits.kde.org/kdepim/85a0774dee9aa2abb034e0512315b3921cedf350 (In reply to comment #4) > I can't reproduce it with OpenPGP Mime. Please attach a broken mail. Maybe I > see the issue if i see the broken mail. > Please check if you not talking about bug 289722. The issue here is: You > transfer the text correctly but with the wrong Content Transfer Encoding -> > if the Content Transfer Encoding doesn't match, the recipient email client > shows nothing or garbage. I am trying to answer these questions, but this is not easy: - the recipients did not (and to some degree could not) tell me for sure if they received actually a blank text or if it the content is garbage that is not displayed - the content of the encrypted emails is confidential (which is why they are encrypted), and as it happens only in few cases, it is hard to produce a testcase that I can transparently disclosure (In reply to comment #6) > I am trying to answer these questions, but this is not easy: > - the recipients did not (and to some degree could not) tell me for sure if > they received actually a blank text or if it the content is garbage that is > not displayed > - the content of the encrypted emails is confidential (which is why they are > encrypted), and as it happens only in few cases, it is hard to produce a > testcase that I can transparently disclosure. That's a pitty, that you can't create a testcase. Maybe you could tell me some souroundings: - has the language you used special characters that aren't in 7bit like umlaute? - Did you used newlines? - Is the mail show corrctly showed in your send folder? - That email client was used by the receiver? - Can you give me a look to the encrypted mail (so the part that is actually sended over the wire)? I don't need the decrypted part. - Can you just post the heades without the part between -----BEGIN PGP MESSAGE----- and -----END PGP MESSAGE-----? |