sisimai / rb-sisimai

Mail Analyzing Interface for email bounce: A Ruby library to parse RFC5322 bounce mails and generating structured data as JSON from parsed results. Ruby version of Sisimai: an error mail analyzer.
https://libsisimai.org/
Other
83 stars 19 forks source link

Breaking Changes: Internal API will be changed in Sisimai::Address #307

Open azumakuniyuki opened 2 months ago

azumakuniyuki commented 2 months ago
[
  {
    'name' => 'Neko ',
    'comment' => '(Nora, Nyaan)',
    'address' => 'neko@example.jp'
  },
  {
    'name' => ' "Nora, Mike',
    'comment' => '(Neko)',
    'address' => 'neko@example.jp'
  }
];