Gpg When you ask for GPG integration, I assume you mean in the web client.
I think right now (depending on your client) that you could do this with an IMAP/POP client.
As for web client integration - I think we'd have to store the keys on the server, and do the encryption/signing there, rather than in the browser. I'm not sure the browser could access the keys on local disk, and I don't think re-implementing GPG in javascript would be very easy (and performance would probably be horrible).
So, to do this in the server, we'd need:
UI for key management
UI for encryption
Java GPG implementation (this may already exist).
It's not on our roadmap now, but if you want it, add an RFE at bugzilla.zimbra.com and we'll add it to the list. |