Sha256: 6774a41cb6a46bc738e96189fe62d41af32be5b228f58250f2a4acce050d41c7

Contents?: true

Size: 627 Bytes

Versions: 10

Compression:

Stored size: 627 Bytes

Contents

# Mail::Jdec

A mail patch for decoding some inproper mails.

## Dependencies

* ruby 2.3+
* mail 2.7
* charlock_holmes (using libicu)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'mail-jdec'
```

Then execute:

    $ bundle

## Usage

Use mail as usual. You can enable/disable patched features as follows:

```ruby
# disable patch
Mail::Jdec.disable

# enable patch
Mail::Jdec.enable
```

## Contributing

Pull requests are welcome at https://github.com/kanety/mail-jdec.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mail-jdec-1.0.9 README.md
mail-jdec-1.0.8 README.md
mail-jdec-1.0.7 README.md
mail-jdec-1.0.6 README.md
mail-jdec-1.0.5 README.md
mail-jdec-1.0.4 README.md
mail-jdec-1.0.3 README.md
mail-jdec-1.0.2 README.md
mail-jdec-1.0.1 README.md
mail-jdec-1.0.0 README.md