Releases: sisimai/rb-sisimai
Releases · sisimai/rb-sisimai
v4.25.9p2
Sisimai::Lhost::Exim
andSisimai::Lhost::X3
improvement
v4.25.9
- Suppress warning messages on Ruby 2.7. Thanks to @koic
- #203 Replace
.+
with[^ ]
on some large regular expressions for serious performance reason. - #204 Suport Null MX (RFC7505) on Sendmail sisimai/set-of-emails#4
v4.25.8p2
v4.25.8p1
v4.25.8
- Repository URL was changed to https://github.com/sisimai/rb-sisimai
Sisimai::Message.make
method was merged intoSisimai::Message.new
Sisimai::Message.divideup
returns an array (faster than a hash)- Remove unused code blocks for deciding the order of email header fields at
Sisimai::Data.make
method - Remove old parameters:
datasrc
andbounces
at the callback feature #189 - Implement
Sisimai::Rhost::Spectrum
for parsing bounce mails returned from https://www.spectrum.com/. - Remove unsed method
Sisimai::Rhost->list
- Fix bugs in
Sisimai::Lhost::FML
andSisimai::Lhost::X5
- Fix code for finding the value of
Diagnostic-Code
field in multiple lines atSisimai::RFC3464
- Implement Sisimai::Rhost::Cox for parsing bounce mails returned from Cox: https://cox.com/ #193
v4.25.7p4
- Remove unsed method
Sisimai::Rhost->list
- Fix bugs in
Sisimai::Lhost::FML
andSisimai::Lhost::X5
- Implement Sisimai::Rhost::Cox for parsing bounce mails returned from Cox: https://cox.com/ #193
v4.25.7p3
- Implement
Sisimai::Rhost::Spectrum
for parsing bounce mails returned from https://www.spectrum.com/.
v4.25.7p2
v4.25.7p1
- Repository URL was changed to https://github.com/sisimai/rb-sisimai
Sisimai::Message.make
method was merged intoSisimai::Message.new
Sisimai::Message.divideup
returns an array (faster than a hash)- Remove unused code blocks for deciding the order of email header fields at
Sisimai::Data.make
method
Bug fix release for v4.25.6
- Bugfix in
rake spec
for removed moduleSisimai::Lhost::UserDefined