Sha256: 71ab1073c186b06025baafa4f3cea90e471ca3d90e4603f0d565e756fcb6874c
Contents?: true
Size: 627 Bytes
Versions: 3
Compression:
Stored size: 627 Bytes
Contents
# Mail::Jdec A mail patch for decoding some improper mails. ## Dependencies * ruby 2.5+ * mail 2.8 * 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mail-jdec-1.1.2 | README.md |
mail-jdec-1.1.1 | README.md |
mail-jdec-1.1.0 | README.md |