- Support mail 2.7.0 (Note: This version of mail gem changes the way to handle empty subject.)
- iso-2022-jp should be handled as ISO-2022-JP in unstructured fields (#19) -- shugo
- Support quoted display-name (#18) -- ackintosh
- Drop support for Ruby 2.1.x
- Support mail 2.6.4
- Do not encode field value if value is ascii only.
- Divide
patches.rb
into separate files. - Convert MINUS SIGN (U+2212) and FULLWIDTH HYPHEN MINUS (U+ff0d) to 0x215d.
- Convert EM DASH (U+2014) and HORIZONTAL BAR (U+2015) to 0x213d.
- Convert DOUBLE VERTICAL LINE (U+2016) and PARALLEL TO (U+2225) to 0x2142.
- set charset of the text part of multipart mail (#7)
- support
mail
2.5.2
- replace unconvertable characters with question marks (#5)
- encode the whole subject instead of splitting it with white spaces (#3)
- rescue Encoding::CompatibilityError exception
- support mail 2.4.4
- move some methods from SubjectField to UnstructuredField in order to fix encoding problems that are reported to occur on Windows environment
- support mail 2.4.1
- Bug fix: correct the signature of the
encode_with_iso_2022_jp
method
- handle array values correctly
- handle frozen texts correctly
- support Rails 3.0.x
- keep hankaku kana as is
- handle special characters such as
髙
or﨑
correctly (Body)
- handle special characters such as
髙
or﨑
correctly (Ruby 1.8.7)
- handle special characters such as
髙
or﨑
correctly
- Bug fix: wrong logic in the b_value_encode method
- try to handle special characters such as
髙
or﨑
, without success
- now, work with Ruby 1.9.x
- handle fullwidth tildes and wave dashes correctly
- convert
Sender
,Reply-To
,Resent-From
,Resent-Sender
,Resent-To
,Resent-Cc
header values
- convert
Cc
header value to iso-2022-jp encoding
- fork from ma2shita/mail_ja
- convert
to
andfrom
header values to iso-2022-jp encoding - first public release as a gem