A mail patch for encoding conventional mail.
- ruby 3.0+
- mail 2.9
Add to your application's Gemfile:
gem 'mail-jenc'Then run:
$ bundle install
Use mail as usual. You can enable/disable patched features as follows:
# disable patch
Mail::Jenc.disable!
# enable patch
Mail::Jenc.enable!Pull requests are welcome on GitHub at https://github.com/kanety/mail-jenc.
The gem is available as open source under the terms of the MIT License.