Sha256: 72de8d67dccff90067240105e07a11dcd10cb5e7c35b29a4441017abedc7880a

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

# dkim Changelog

## Unreleased

## 1.1.0 (2021-12-05)
* Add support for DKIM expiration tag

## 1.0.1 (2013-01-15)
* Fix Minitest
* Add support for identity, the "i=" tag
* Fix problem with `strip_field` in mail gem 2.7.0

## 1.0.0 (2013-01-15)
* DKIM-Signature header is now prepended rather than appended
* Headers are signed in the order they appear
* Correct signing of repeated headers
* Correct signing of missing headers

## 0.2.0 (2012-04-15)
* Warn and strip existing signatures in Dkim::Interceptor
* Dkim options can be accessed and modified using new Dkim.options or signed_mail.options hash
* Refactoring and better testing
* Improved documentation

## 0.1.0 (2011-12-10)
* Ensure header lines are not folded using Dkim::Interceptor

## 0.0.3 (2011-07-25)
* add Dkim::Interceptor class for integration with rails and [mail](https://github.com/mikel/mail)

## 0.0.2 (2011-06-01)

* add convenience method Dkim.sign
* support for the simple canonicalization algorithm
* domain now must be specified as an option
* correct handling of an empty message body


## 0.0.1 (2011-05-10)

* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dkim-1.1.0 CHANGELOG.md