-
Notifications
You must be signed in to change notification settings - Fork 7
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
#2432 Fix: error when decrypting pgpmime with inline image #2465
Conversation
There was a problem hiding this 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.
FlowCrypt/Controllers/Threads/ThreadDetailsViewController.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done 👍
This PR fixed error when decrypting pgpmime with inline image
close #2432 // if this PR closes an issue
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):