Hi all,

On Thu, May 19, 2022 at 03:57:41PM +0200, Mario Loffredo wrote:
> I know that entities mapped to EPP contacts cannot support multiple
> emails but such contacts match only a subset of the roles defined in
> RDAP so, in theory, they don't cover all the cases.

We have entities with multiple email addresses in our system.  For
example:

    $ curl -s rdap.apnic.net/entity/IRT-01LINK-HK | jq '.vcardArray[1]'
    ...
    [
      "email",
      {},
      "text",
      "[email protected]"
    ],
    [
      "email",
      {
        "pref": "1"
      },
      "text",
      "[email protected]"
    ]
    $

-Tom

_______________________________________________
regext mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/regext

Reply via email to