mirror of
https://github.com/etesync/android
synced 2025-02-10 14:43:17 +00:00
![rfc2822](/assets/img/avatar_default.png)
* ignore unknown properties which have invalid syntax instead of crashing * log validation warnings for created VCards * add VCard tests
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
BEGIN:VCARD
|
|
VERSION:3.0
|
|
FN:VCard with invalid unknown properties
|
|
X-UNKNOWN@PROPERTY:MUST-NOT_CONTAIN?OTHER*LETTERS;
|
|
END:VCARD |