Skip to content

Releases: riboseinc/enmail

0.2.1

20 Jul 05:26
e5905b0
Compare
Choose a tag to compare

Changes

  • Added support for Mail version 2.7

Bug fixes

  • Fixed key generation for GnuPG 2.1
  • Preserve Content-ID when duplicating a MIME part

0.2.0

20 Mar 18:48
Compare
Choose a tag to compare

A complete rewrite of EnMail gem.

Changes

  • Rewritten from scratch
  • Rewritten documentation
  • Added support for modern Rubies (tested against from 2.3 to 2.6)
  • Fixed Bundler 2.x compatibility

GPGME adapter (OpenPGP):

  • Implemented from scratch
  • Supported cryptology operations: sign, encrypt, sign+encrypt combined,
    sign+encrypt encapsulated
  • Added support for password-protected keys
  • Supported GnuPG version: 2.2
  • Supported GPGME gem version: 2.x

RNP adapter (OpenPGP):

  • Implemented from scratch
  • Supported cryptology operations: sign, encrypt, sign+encrypt combined,
    sign+encrypt encapsulated
  • Added support for password-protected keys
  • Supported RNP version: 0.9.2+
  • Supported RNP gem version: 1.x