Project

loose_mail

0.0
No commit activity in last 3 years
No release in over 3 years
loose_mail
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 2.7.1
 Project Readme

LooseMail

Mail ではちゃんと扱えないような日本固有のメールをテキトーに扱えるように Mail にモンキーパッチをあてます。

  • charset が ISO-2022-JP なのに ISO-2022-JP に無い文字(① / ㈱ / ア(半角カナ)等)が使われててもそれなりになんとかします
  • 文字の途中で分割されているような不正な MIME エンコーディングされた文字列をそれなりになんとかします
  • ISO-2022-JP の MIME エンコーディングで表現された添付ファイル名をそれなりになんとかします

Installation

Add this line to your application's Gemfile:

gem 'loose_mail'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install loose_mail

Usage

require 'loose_mail'

License

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