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

Instead of an attribute list like "PREF;WORK;FAX", the OSX contacts a… #43

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mgrundkoetter
Copy link

…pp expects a list like that: "type=PREF;type=WORK;type=FAX". To be compatible to this format, I added a little bit of code to transform it like that.

According to the specs from http://tools.ietf.org/html/rfc6350#section-6.4.1, this is also closer to the default implementation. An example there looks like "EMAIL;TYPE=work:jqpublic@xyz.example.com". Can you confirm the vcard still works on other clients like MS Outlook on Windows or some other tools?

I also adjusted the tests.

mgrundkoetter and others added 2 commits July 13, 2015 11:34
…pp expects a list like that: "type=PREF;type=WORK;type=FAX". To be compatible to this format, I added a little bit of code to transform it like that.
@melroy89
Copy link

Why is this on hold?

@to-be-the-best
Copy link

@mgrundkoetter May i ask why you look at the vcard version 4 specs while making a PR for the master branch?
Please take a look at the 2.0.0-dev branch which uses the vcard 4 specs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants