Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
azumakuniyuki opened this issue Aug 27, 2024 · 0 comments
Open

Comments

@azumakuniyuki
Copy link
Member

azumakuniyuki commented Aug 27, 2024

  • Sisimai::Address->find returns ["email@addr.res", "Display Name", "Comment"]
    • or [] when there is no email address in the 1st argument
  • Import go-sisimai/sisimai/address/find.go
  • Current version of Sisimai::Address->find returns the following value:
$VAR1 = [
          {
            'name' => 'Neko ',
            'comment' => '(Nora, Nyaan)',
            'address' => 'neko@example.jp'
          },
          {
            'name' => ' "Nora, Mike',
            'comment' => '(Neko)',
            'address' => 'neko@example.jp'
          }
        ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant