| Summary: | kmail uses media type literal packet in OpenPGP | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Pony Hütchen <b5f> |
| Component: | crypto | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 6.0.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/pim/messagelib/-/commit/4582efa45cb5614e50356829474c85cfd37f07d7 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Pony Hütchen
2024-05-14 20:27:56 UTC
The bug was introduced in this commit: https://invent.kde.org/pim/messagelib/-/commit/df004260 I haven't tested, but I think reverting df004260 and d72f0c76 should fix it. A possibly relevant merge request was started @ https://invent.kde.org/pim/messagelib/-/merge_requests/202 Git commit 472accbcdf3d478a6e444d9f4e8a6e64d6845ebb by Pony Hütchen. Committed on 23/05/2024 at 09:11. Pushed by carlschwan into branch 'master'. Revert "Mark encrypted part as mime" Marking OpenPGP Literal Data packet as mime is not defined in RFC 4880. Not all OpenPGP implementations support it. This reverts commit d72f0c76a561b4968cba56ae850dd955073fac6d. This reverts commit df004260035c55dafd16d186fef479d48e877bf3. M +0 -6 CMakeLists.txt D +0 -6 config-messagelib.h.in M +0 -7 messagecomposer/src/job/encryptjob.cpp https://invent.kde.org/pim/messagelib/-/commit/472accbcdf3d478a6e444d9f4e8a6e64d6845ebb Git commit 4582efa45cb5614e50356829474c85cfd37f07d7 by Carl Schwan, on behalf of Pony Hütchen. Committed on 23/05/2024 at 13:20. Pushed by carlschwan into branch 'release/24.05'. Revert "Mark encrypted part as mime" Marking OpenPGP Literal Data packet as mime is not defined in RFC 4880. Not all OpenPGP implementations support it. This reverts commit d72f0c76a561b4968cba56ae850dd955073fac6d. This reverts commit df004260035c55dafd16d186fef479d48e877bf3. (cherry picked from commit 472accbcdf3d478a6e444d9f4e8a6e64d6845ebb) M +0 -6 CMakeLists.txt D +0 -6 config-messagelib.h.in M +0 -7 messagecomposer/src/job/encryptjob.cpp https://invent.kde.org/pim/messagelib/-/commit/4582efa45cb5614e50356829474c85cfd37f07d7 |