Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: Zimbra-Community/pgp-zimlet

update openpgp.js and fix reply, reply-all for pgp/mime

09 Jun 16:10
Compare
Choose a tag to compare
  • update openpgp.js to 2.3.2
  • quote the body of the email when reply, reply-all for pgp/mime instead of whole message source (including attachments) fix: #198

check for duplicate fingerprint+userId's and do not add them to pubkey selection fix: #197

07 Jun 05:09
Compare
Choose a tag to compare

Minor bugfixes

05 Jun 06:08
Compare
Choose a tag to compare
  • Prevent clear signing when sending a public key fix: #192
  • show configured keyserver to the user (in title of dialog) fix: #194
  • add to readme: ***UNCHECKED*** gets added to the subject of encrypted mail fix: #193

Add support for multiple private keys

02 Jun 15:42
Compare
Choose a tag to compare

Add support for multiple private keys

Implement Global Keystore

01 Jun 06:07
Compare
Choose a tag to compare
  • Implement Global Keystore, admin can now set up a server wide trust of public keys
    https://github.com/Zimbra-Community/pgp-zimlet/wiki/Global-Keystore
  • Hide UI elements in case we don't put anything in them. (do not show white space on non-default ZCS themes)
  • Code clean-up
  • Signed messages are displayed with native Zimbra, no need to interfere (urlify will work as with normal email)

Security update

26 May 17:37
Compare
Choose a tag to compare

Found a piece of legacy code in clear-signed messages verify function that would allow unsafe html to be executed in the browser.

Add a missing string in the UI

26 May 10:46
Compare
Choose a tag to compare

Add a missing string in the UI

2.5.0 add emailJS mime parser and extended public keys

26 May 09:29
Compare
Choose a tag to compare

Please note that while the feature list below is small for this release, a lot of code was added/changed. This Zimlet now includes a full mime implementation for reading pgp/mime and as such should support reading email from any client (including apple mail). And this should be a great improvement.

2.4.0 Automatically select recipients when reply/reply-all

24 May 10:11
Compare
Choose a tag to compare
  • Automatically select recipients when reply/reply-all
  • Do not send outgoing email to the users inbox, but to encrypt with the users own key
  • Sort select list from public keys alphabetically
  • In the public key select, add a button to unselect, automatically selected recipients
  • Add purify.js (cure53) as additional XSS filter
  • Add prefix > to reply/reply-all decrypted message.
  • Display all user id's when importing public keys from email, keyserver lookup and in manage keys

fix utf-8 support for base64 / quoted printable encoded message parts

18 May 15:08
Compare
Choose a tag to compare

fix utf-8 support for base64 / quoted printable encoded message parts