-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add - brk|doc - Added property grouping for vCard
--- We've made a breaking addition that adds property grouping for vCard contacts, while breaking the existing API to add a new property to the base card part info so that you can easily determine which part is from which group. --- Type: add Breaking: True Doc Required: True Backport Required: False Part: 1/1
- Loading branch information
Showing
44 changed files
with
308 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
BEGIN:VCARD | ||
VERSION:4.0 | ||
UID:urn:uuid:136c1090-d7d3-4399-9f59-8f7a7b6e2ef1 | ||
ADR;TYPE=home:;;New York\, USA;;;; | ||
A.EMAIL;TYPE=HOME:sarah.s@gmail.com | ||
B.EMAIL;TYPE=WORK:sarah.s@sso.org | ||
FN:Sarah Santos | ||
N:Santos;Sarah;;; | ||
ORG:Support Scammer Outcry Organization | ||
A.TEL;TYPE=cell:589-210-1059 | ||
B.TEL;TYPE=cell:589-210-1058 | ||
TITLE:Chief Executive Officer | ||
URL:https://sso.org/ | ||
X-SIP-SIP:sip test | ||
ANNIVERSARY:20230406 | ||
GENDER:F;grrrl | ||
DRESSCODE:CASUAL | ||
END:VCARD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.