Project

mail-jenc

0.0
A long-lived project that still receives updates
A mail patch for encoding conventional mail
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

>= 2.8.1
 Project Readme

Mail::Jenc

A mail patch for encoding conventional mail.

Dependencies

  • ruby 2.5+
  • mail 2.8

Installation

Add to your application's Gemfile:

gem 'mail-jenc'

Then run:

$ bundle install

Usage

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

# disable patch
Mail::Jenc.disable!

# enable patch
Mail::Jenc.enable!

Contributing

Pull requests are welcome on GitHub at https://github.com/kanety/mail-jenc.

License

The gem is available as open source under the terms of the MIT License.