Skip to content
Nguyen Van Nguyen edited this page Dec 23, 2016 · 6 revisions

OpenPGP Secure Zimlet

OpenPGP Secure Zimlet - Sign, verify, encrypt, and decrypt email with OpenPGP/MIME for Zimbra

Bugs and feedback: https://github.com/iwayvietnam/openpgp-secure-zimlet/issues

Features

  • Automatically sign/encrypt mail when sending, verify/decrypt received mail
  • Support OpenPGP/MIME on both message sending and receiving
  • Support OpenPGP Message signed/encrypted received messages
  • Support decrypting OpenPGP/MIME and OpenPGP Message encrypted attachments
  • Support GUI for easy configuration and OpenPGP key management
  • Support automatic contacts's public keys scanning
  • Support global trust key store

##Install OpenPGP Secure Zimlet

Install from git

[root@zimbra ~]# cd /tmp/
[root@zimbra ~]# git clone https://github.com/iwayvietnam/openpgp-secure-zimlet
[root@zimbra ~]# cd /tmp/openpgp-secure-zimlet
[root@zimbra ~]# ./build.sh
[root@zimbra ~]# su zimbra
[root@zimbra ~]# zmzimletctl deploy /tmp/openpgp-secure-zimlet/openpgp_zimbra_secure.zip
[root@zimbra ~]# zmmailboxdctl restart

Install from YUM

Installing from Copr repository using YUM

Supported environments

This zimlet has been tested with Zimbra Collaboration Open Source Edition 8.6 and 8.7. This zimlet is not available for use in Zimbra Desktop.

Platform:

  • Windows: Internet Explorer 11, Google Chrome, Chromium, Mozilla Firefox
  • Linux: Google Chrome, Chromium, Mozilla Firefox, Opera

License

Copyright (C) 2016-present iWay Vietnam

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Clone this wiki locally