Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanety/mail-jdec
https://github.com/kanety/mail-jdec
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanety/mail-jdec
- Owner: kanety
- License: mit
- Created: 2019-01-17T01:00:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T01:31:30.000Z (7 months ago)
- Last Synced: 2024-10-31T13:39:16.512Z (3 months ago)
- Language: Ruby
- Size: 61.5 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::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).