On 08/22/2012 02:52 PM, Szuts Attila wrote:
In this phase I would like to know:
- Is it possible to handle body encryption with "message_outgoing_body"
plugin hook? I mean: can I modify MIME type or completely re-build the mail structure to fit RFC1847 with this hook?
Yes. I think so. 'message' argument is a Mail_Mime class object. You can encrypt 'body' add it to 'message' object and unset 'body'. I expect some small issues, when you find them, we'd try to resolve them.
- Has enigma development roadmap? (How and when implementing features)
No.