Releases: jkraemer/mail-gpg
Releases · jkraemer/mail-gpg
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
- [MIGHT BREAK THINGS] changes to the way keys are looked up #55
Previously, keys that were not explicitly mentioned but already present in
the key chain for one of the recipient addresses would have been used
silently. This is no longer the case, if the :keys option is given, all
necessary keys have to be specified as either key data, key id, fingerprint
or GPGME::Key object. - fix error when calling encrypt with actual key objects #60
0.3.3
0.3.2
0.3.1
- fixes a bug with signature verification that only surfaced in environments where ActiveSupport isn't loaded. Thanks @mashedcode for pointing this out.
Release of version 0.3.0
- [MIGHT BREAK THINGS] All mail headers will preserved now, if you want to
suppress headers you'll have to remove them yourself from now on. - Strip "headers" when stripping inline signature (patch by @duckdalbe)
- support hkps URI scheme
- bugfix for verifying the "encapsulated" variant of pgp/mime (patch by @duckdalbe)