mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +00:00
23 lines
486 B
Plaintext
23 lines
486 B
Plaintext
#
|
|
# Prepare for the next test.
|
|
#
|
|
TYPE=PUT
|
|
URL=http://regression.host/caldav.php/user1/addressbook/test_multiple_email.vcf
|
|
|
|
HEADER=Accept: text/xml,application/xml
|
|
HEADER=Content-Type: text/vcard
|
|
|
|
# HEAD
|
|
|
|
BEGINDATA
|
|
BEGIN:VCARD
|
|
VERSION:4.0
|
|
PRODID:-//Sabre//Sabre VObject 4.3.3//EN
|
|
UID:sabre-vobject-131cdf91-5460-423b-a836-e420e5affe13
|
|
FN:CardDavClient Test212420682
|
|
N:Test212420682;CardDavClient;;;
|
|
EMAIL;TYPE=HOME:john6doe@example.com
|
|
EMAIL;TYPE=WORK:doe6@example.com
|
|
END:VCARD
|
|
ENDDATA
|