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

VCard object can't have more than one email #3

Open
pcarana opened this issue Nov 7, 2017 · 1 comment
Open

VCard object can't have more than one email #3

pcarana opened this issue Nov 7, 2017 · 1 comment

Comments

@pcarana
Copy link
Contributor

pcarana commented Nov 7, 2017

Migrated from NICMx/rdap-server#37:

This case has arised in my implementation. When an entity has more than one email I can only set one email on the object VCard, so the other email is lost (at least in the response that the server will send). This is partially correct since it works, but what if I want to show both emails?

According to the RFC 6350 section 6.42 the VCard can have more than one email, so it shouldn't be a problem to place more than one email in the response. Also, if this is implemented, the emails should have the option to place the property "PREF" in case the user wants to specify the order of preference.

@pcarana
Copy link
Contributor Author

pcarana commented Nov 7, 2017

The recommendation is to set VCard objects using ez-vcard.

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