infertux / zeyple

Postfix filter/hook to automatically encrypt outgoing emails with PGP/GPG
https://infertux.com/labs/zeyple/
Other
145 stars 30 forks source link

support PGP/MIME #28

Closed morph027 closed 7 years ago

morph027 commented 8 years ago

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

infertux commented 8 years ago

Hmm I'm not sure I understand. Zeyple already uses PGP/MIME in theory. Are you saying it isn't implemented properly?

infertux commented 8 years ago

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

infertux commented 7 years ago

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

morph027 commented 7 years ago

Hey, nice....good i'm about to re-setup my mail gateway ;) Will report back. Thank you!

morph027 commented 7 years ago

zeyple

Confirmed, testing HTML messages from my Gitlab ...

infertux commented 7 years ago

Super! Thanks for the feedback.