Skip to content

Sisimai 4.15

Choose a tag to compare

@azumakuniyuki azumakuniyuki released this 24 Mar 03:53
· 2838 commits to 5-stable since this release
  • Beginning with this version, Sisimai requires Oj(MRI) or JrJackson(JRuby) for encoding parsed data to JSON string more faster (about 10%-20% faster than before). Implemented at pull-request #44 and discussed in issue #42. Thanks to @hiroyuki-sato.
  • Implement new MTA/MSP module "Sisimai::MSP::US::AmazonWorkMail" to parse bounce mails via Amazon WorkMail. The module and test codes are imported from sisimai/p5-sisimai#162.
  • Implement new MTA/MSP module "Sisimai::MSP::US::Office365" to parse error mails via Microsoft Office 365. The module, test codes, and sample emails are imported from sisimai/p5-sisimai#164.
  • New method Sisimai::Address#to_s to get an email address as String, it is implemented at pull-request #39. Thanks to @hiroyuki-sato.
  • Almost all of the class variables are removed for resolving issue #40 and merged pull-request #43, thanks to @hiroyuki-sato.