sisimai / p5-sisimai

Mail Analyzing Interface for email bounce: A Perl module to parse RFC5322 bounce mails and generating structured data as JSON from parsed results. Formerly known as bounceHammer 4: an error mail analyzer.

Home Page:https://libsisimai.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DELETE Sisimai::Bite::JSON classes

azumakuniyuki opened this issue · comments

The following classes for parsing a bounce object as JSON will be removed at v4.25.5 or later.

  • Sisimai::Bite::JSON::AmazonSES
  • Sisimai::Bite::JSON::SendGrid

If there is any user who is using Sisimai for parsing a bounce object like the following retrieved via HTTP from email clouds, please post a comment at this issue.

As of present, 2 modules of Sisimai::Bite::JSON::* have been merged into Sisimai::Lhost::*.

  • Sisimai::Bite::JSON::AmazonSES->scan -> Sisimai::Lhost::AmazonSES->make
  • Sisimai::Bite::JSON::AmazonSES->adapt -> Sisimai::Lhost::AmazonSES->json
  • Sisimai::Bite::JSON::SendGrid->adapt -> Sisimai::Lhost::SendGrid->json