Skip to content

Inconsistent behavior parsing domain-literals using addrparse #137

@j-g00da

Description

@j-g00da

addrparse will successfully parse:

  • <test@example.org>
  • <test@[192.0.2.0]>
  • <test@[IPv6:2001:db8::1]>
  • test@example.org
  • test@[192.0.2.0]

Yet, it will fail to parse:

  • test@[IPv6:2001:db8::1] (without <>)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions