Hi!
I'm a PHP developer (but new in RoundCube dev world) and interested on GnuPG mail encryption. I've read Alec mail on "Enigma plugin" (*Mon Aug 30 11:21:48 CEST 2010*) and seen source code. (Importing GPG key works but email encryption not.)
In this phase I would like to know:
plugin hook? I mean: can I modify MIME type or completely re-build the mail structure to fit RFC1847 with this hook?
I'm continuously reading RC base documentation to know all about classes and inner processes.
Thanks
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.
Le 2012-08-22 15:06, A.L.E.C a écrit :
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.
I think dev enigma would be a very good thing indeed lack of gpg is the wrong item of roundcubemail