Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2432 Fix: error when decrypting pgpmime with inline image #2465

Merged

Conversation

ioanmo226
Copy link
Collaborator

@ioanmo226 ioanmo226 commented Dec 5, 2023

This PR fixed error when decrypting pgpmime with inline image

close #2432 // if this PR closes an issue


Tests (delete all except exactly one):

  • Tests added or updated

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation

@ioanmo226 ioanmo226 marked this pull request as ready for review December 6, 2023 07:03
@ioanmo226 ioanmo226 requested a review from sosnovsky as a code owner December 6, 2023 07:03
Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Message is decrypted without errors, but I can't open attachment from PGP/MIME message with inline image for flowcrypt-ios #2432 thread.
It's an image, so attachment preview should work, but app only proposes to download attachment. And even after download it can't be opened, because it's downloaded as encrypted file (ending at .jpg.pgp).

Can you please check this issue? If it's a small fix then we can include it in the current PR, otherwise I'll work on it in a separate issue.

@ioanmo226 ioanmo226 requested a review from tomholub as a code owner December 7, 2023 04:24
@ioanmo226 ioanmo226 requested a review from sosnovsky December 7, 2023 16:19
Copy link
Collaborator

@sosnovsky sosnovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done 👍

@sosnovsky sosnovsky merged commit d0f9970 into master Dec 7, 2023
5 checks passed
@sosnovsky sosnovsky deleted the 2432-error-when-decrypting-pgpmime-message-with-inline-image branch December 7, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when decrypting PGP/MIME message with inline image
2 participants