Project

mail-jdec

0.0
Low commit activity in last 3 years
No release in over a year
A mail patch for decoding some improper mails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

>= 2.9.0
 Project Readme

Mail::Jdec

A mail patch for decoding some improper mails.

Dependencies

  • ruby 3.0+
  • mail 2.9
  • charlock_holmes (using libicu)

Installation

Add this line to your application's Gemfile:

gem 'mail-jdec'

Then execute:

$ bundle

Usage

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

# 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.