Skip to content

Sisimai 4.20

Choose a tag to compare

@azumakuniyuki azumakuniyuki released this 24 Mar 04:00
· 2523 commits to 5-stable since this release
  • Experimental implementation: New MTA modules for 2 Cloud Email Deliveries, Sisimai::CED::US::AmazonSES and Sisimai::CED::US::SendGrid. These modules can parse JSON formatted bounce objects and can convert to Sisimai::Data object.
  • Format of "smtpagent" in the parsed result has been changed. It includes the category name of MTA/MSP modules like "MTA::Sendmail", "MTA::Exim", and "MSP::US::SendGrid".
  • The Domain part of dummy email address defined in Sisimai::Address module has been changed from "dummy-domain.invalid" to "libsisimai.org.invalid".
  • Sisimai::SMTP.is_softbounce() method has been deleted.
  • Improved code for avoid "Invalid byte sequence in UTF-8 (ArgumentError)" error in Sisimai::String.to_plain method reported from M.R.
  • Sisimai works on Ruby 2.4.0.
  • Fix the Java version of Gem file.