Sha256: 1045b8d304a81b34be2cc7245edfc91dfc6d7caabb51054c28244ce92e6f80ba

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

# CHANGELOG

## 1.2.0

* Add current config which enables specified configs only in a block.
* Add `keep_field_order` config.

## 1.1.2

* Remove tab characters in references header.

## 1.1.1

* Support charset detection including message parts.

## 1.1.0

* Change supported mail version to 2.8.
* Drop support for ruby 2.3 and 2.4.

## 1.0.10

* Fix mail version to < 2.8.0.

## 1.0.9

* Strip only null bytes.

## 1.0.8

* Prefer utf-8 to us-ascii for header's charset.

## 1.0.7

* Force us-ascii when header's charset is not detected.
* Make autodetect_skip_charsets empty by default.

## 1.0.6

* Fix decoding for invalid ascii characters in mail header.

## 1.0.5

* Force utf-8 when charset is not detected.

## 1.0.4

* Sanitize some wrong parameters for content type and content disposition.
* Sanitize unescaped characters for RFC2231 filename.
* Strip null bytes from decoded string.
* Decode unicode-1-1-utf-7.
* Fallback parser errors for date and addresses.
* Fallback unknown encoding errors for body.
* Sort filename parameters by counter number.

## 1.0.3

* Fix decoding of quoted printable with space.

## 1.0.2

* Don't run auto-detection if content type is not text.

## 1.0.1

* Add path for references field to handle comma-splitted value.

## 1.0.0

* First release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mail-jdec-1.2.0 CHANGELOG.md