Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanety/mail-jenc
https://github.com/kanety/mail-jenc
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanety/mail-jenc
- Owner: kanety
- License: mit
- Created: 2019-02-17T09:17:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T05:24:31.000Z (7 months ago)
- Last Synced: 2024-09-09T14:46:36.868Z (4 months ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this 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:
```ruby
gem 'mail-jenc'
```Then run:
$ bundle install
## Usage
Use mail as usual. You can enable/disable patched features as follows:
```ruby
# 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](http://opensource.org/licenses/MIT).