Bug 357417

Summary: signed or encrypted mails not displaying
Product: [Applications] kmail2 Reporter: tobias
Component: UIAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: NOR    
Version: 5.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description tobias 2016-01-02 10:56:59 UTC
Signed and encrypted mails are not displayed most of the time. Looking at the mail source it shows that they are received. This behaviour started after upgrading the KDE application packages to 15.12, before this upgrade the mails were shown as expected.

Reproducible: Always

Steps to Reproduce:
1. Click on signed message
2. Look at mail preview
3. It's empty (Headers are shown, message not)

Actual Results:  
No message content shown

Expected Results:  
Message content shown

* Arch Linux
* Kmail package version 15.12.0-2

It happened on two different installations.
Comment 1 tobias 2016-01-04 14:57:13 UTC
It seems that it affects the way a mail was signed:

If it was signed like this (f.e. like Enigmail does it), then the mail viewer is empty:

-----BEGIN PGP SIGNED MESSAGE-----
blabla
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

THESIGNATURE
-----END PGP SIGNATURE-----

But if the mail was signe like this (f.e. like Apple Mail or Kmail does it), then the message is shown in the mail viewer:

--nextPart1604425.Ayu5eEiFNx
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="us-ascii"

blabla
--nextPart1604425.Ayu5eEiFNx
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part.
Content-Transfer-Encoding: 7Bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

THESIGNATURE
-----END PGP SIGNATURE-----

--nextPart1604425.Ayu5eEiFNx--
Comment 2 tobias 2016-01-13 07:35:46 UTC

*** This bug has been marked as a duplicate of bug 333611 ***