-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
enigma doesn't verified text/plain mailvelope signed message #5678
Comments
Confirmed. This is a generic plugin API issue in rcube_message. It does not call |
Thanks a lot for taking a look at this report, also thanks for putting it in near milestone 👍 . |
Fixed. There are still two issues with this sample message:
|
Cool!, thanks a lot 🥇.I haven't learn php but i think there is 2 possible solution for these remaining issues :
I hope it's not too complex ?. |
* 'master' of https://github.com/roundcube/roundcubemail: (46 commits) Plugin API: Call message_part_structure hook for sub-parts of multipart/alternative message (roundcube#5678) Enigma: Set micalg parameter to real hash algorithm used for signing Skip iconv for problematic ISO-2022-JP strings (roundcube#5668) Lock phpunit to version 5.7.x Fix/rephrase "unsaved changes" warning when cancelling a draft (roundcube#5610) Use stable release of Crypt_GPG 1.6 small fix for current group detection and add similar rules for group-delete Managesieve: Fix parser issue with empty lines between comments (roundcube#5657) Minimize unwanted message loading in preview frame on drag (roundcube#5616) Small code simplification Fix bug where it was too easy accidentally move a folder when using the subscription checkbox (roundcube#5655) also fix source in group create function check group id matches current one before changing the title Add rewrite rule to disable access to /vendor/bin folder in .htaccess (roundcube#5630) Fix update of group name in the contacts list header on group rename (roundcube#5648) don't use env for group-rename action Add note about PinEntry issues with SELinux (roundcube#5620) Enigma: Fix handling of messages with nested PGP encrypted parts (roundcube#5634) Bring back lists buttons in TinyMCE toolbar Fix double http request regression (roundcube#5633) ...
In my opinion we should not support signed/encrypted content encapsulated in HTML. There's no standard that describes that. And I think it's a rare situation. As for the other issue with CRC error, I have no idea. I'm going to close the ticket anyway as the main issue here has been resolved. |
Enigma plugin seems failed to verify any mailvelope signed messages, roundcube and enigma just treating it like normal message :( , example message :
The text was updated successfully, but these errors were encountered: