Closed morph027 closed 7 years ago
Hmm I'm not sure I understand. Zeyple already uses PGP/MIME in theory. Are you saying it isn't implemented properly?
Got this similar bug report by email:
Turns out this is caused by mails that aren't using multipart, but a different content-type. The mails producing this in my case come from mattermost. You can see the code here: https://github.com/mattermost/platform/blob/master/utils/mail.go
Hi @morph027,
Thanks for your patience. This should be fixed now (please reopen the issue if not).
Here's a helper script to upgrade to v1.2.0: https://github.com/infertux/zeyple/blob/master/upgrade.sh
Hey, nice....good i'm about to re-setup my mail gateway ;) Will report back. Thank you!
Confirmed, testing HTML messages from my Gitlab ...
Super! Thanks for the feedback.
As some of our messages are HTML mails and users really don't want to see the tags, we should probably implement PGP/MIME which should be able to handle this.
Might have a look here: https://github.com/zenhack/python-gpgmime