-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
PGP/Mime Support and HTML/Multipart Support #25
Comments
To be blunt, I am unlikely to do the work to support this. I understand that it's possible but I'm not personally motivated to do this because I do not use (or accept) HTML email. I'll very happily merge a pull request to support this, though. Thanks for the suggestions, regardless. :) |
Thanks for your reply I will check if I can do this and of course create a pull request if I am finished. |
Sure. Let me know if you need any guidance or have questions about the current implementation. I'm happy to help, just not going to take the lead on this feature. :) |
Quite agree that this would be a needed feature, since in the meantime it renders HTML emails useless and painful. |
I just discovered that the rendering/decrypting of PGP encrypted HTML mails doesn't work because of the exact same issue as in #31. (tested with Outlook and GpgOL) As I understand it, the email would still be in PGP/INLINE format after filtering the So maybe that is the actual issue that @holzhannes described. |
Yeah, this is a known issue since currently no support for PGP/MIME is implemented yet. This is distinct from S/MIME entirely and also different than multi-part MIME. Our work so far has focused solely on ensuring proper handling of unmodified MIME header handling, S/MIME multi-part MIME handling, and plain email PGP/MIME is another chunk of work that should probably have its own branch and work-in-progress pull request. |
Ok, I think I get it now. The PGP/INLINE body does not contain any mail headers therefore it won't work with HTML emails. |
Yes, sorry, I should have been more clear: "HTML email with PGP currently does not work at all, because PGP/MIME is not implemented." So, this is currently the expected behavior. In order for PGP to work with HTML in email, we basically have to implement PGP/MIME. We probably should do that eventually, but I'm not very excited about doing it because I just hate HTML email all together. :\ |
I would really like if the eMail generated would be of a correct content type: I thought it was an issue with Thunderbird and opened a bug there. Their analysis is in the Bugzilla tracker |
First of all thanks for this very cool plugin.
I noticed messages are PGP/Inline signed and encrypted. It would be nice if it would be possible to have PGP/Mime encrypted/signed mails instead.
At the moment the plugin is treating all emails as plaintext mails. Therefore html mails will be signed html sourcecode. With PGP/Mime it is also possible to send encrypted html mails.
The text was updated successfully, but these errors were encountered: